Html Css Color HEX #C33D06 Rust

📋 copy color: '#C33D06'

red 195 ◦ green 61 ◦ blue 6

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

Shades of Rust #C33D06

Tints of Rust #C33D06

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 74.43%
G = 23.28%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C33D06 (or 0xC33D06) is known color: Rust. HEX triplet: C3, 3D and 06. RGB value is (195,61,6). Sum of RGB (Red+Green+Blue) = 195+61+6=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D06 is #3CC2F9. Grayscale: #5F5F5F. Windows color (decimal): -3982074 or 409027. OLE color: 409027.

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

Color convert

RGB 195 61 6 -
CMYK 0 0.69 0.97 0.24
HSL 17.46º 0.94% 0.39% -
HSV(B) 17.46º 0.97% 0.76% -
XYZ 24.21 14.95 1.78 -
YUV 94.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 195 61 6 0 0.69 0.97 0.24 17.46 0.94 0.39
Hex C3 3D 6 0 45 61 18 11 5E 27
Octal 303 75 6 0 105 141 30 21 136 47
Binary 11000011 111101 110 0 1000101 1100001 11000 10001 1011110 100111

Color Harmonies of #C33D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D06

Black with #C33D06

Text Example


Text Example

White with #C33D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D06; }

 p { color: rgb(195,61,6); }

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

background-color css

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

 a { background-color: rgb(195,61,6); }

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

border-color css

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

 span { border-color: rgb(195,61,6); }

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