Html Css Color HEX #C33902 Rust

📋 copy color: '#C33902'

red 195 ◦ green 57 ◦ blue 2

#C33902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #C33902

Tints of Rust #C33902

RGB

 RED value IS 195 (76.56% from 255) = 76.77%

 GREEN value IS 57 (22.66% from 255) = 22.44%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 76.77%
G = 22.44%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C33902 (or 0xC33902) is known color: Rust. HEX triplet: C3, 39 and 02. RGB value is (195,57,2). Sum of RGB (Red+Green+Blue) = 195+57+2=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C33902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33902 is #3CC6FD. Grayscale: #5C5C5C. Windows color (decimal): -3983102 or 145859. OLE color: 145859.

HSL color Cylindrical-coordinate representation of color #C33902: hue angle of 17.1º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C33902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 57 2 -
CMYK 0 0.71 0.99 0.24
HSL 17.1º 0.98% 0.39% -
HSV(B) 17.1º 0.99% 0.76% -
XYZ 23.98 14.53 1.6 -
YUV 91.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 195 57 2 0 0.71 0.99 0.24 17.1 0.98 0.39
Hex C3 39 2 0 47 63 18 11 62 27
Octal 303 71 2 0 107 143 30 21 142 47
Binary 11000011 111001 10 0 1000111 1100011 11000 10001 1100010 100111

Color Harmonies of #C33902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33902

Black with #C33902

Text Example


Text Example

White with #C33902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33902; }

 p { color: rgb(195,57,2); }

 H1.HeaderClassName
 {
   color: #C33902;
 }
 .AnyTagClassName
 {
   color: #C33902;
 }
</style>

background-color css

<style>
 a { background-color: #C33902; }

 a { background-color: rgb(195,57,2); }

 div.DivClassName
 {
   background-color: #C33902;
 }
 .BgClassName
 {
   background-color: #C33902;
 }
</style>

border-color css

<style>
 span { border-color: #C33902; }

 span { border-color: rgb(195,57,2); }

 td.TdClassName
 {
   border-color: #C33902;
 }
 .TagClassName
 {
   border-color: #C33902;
 }
</style>