Html Css Color HEX #CC4306 Rust

📋 copy color: '#CC4306'

red 204 ◦ green 67 ◦ blue 6

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

Shades of Rust #CC4306

Tints of Rust #CC4306

RGB

 RED value IS 204 (80.08% from 255) = 73.65%

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 73.65%
G = 24.19%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC4306 (or 0xCC4306) is known color: Rust. HEX triplet: CC, 43 and 06. RGB value is (204,67,6). Sum of RGB (Red+Green+Blue) = 204+67+6=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4306 is #33BCF9. Grayscale: #656565. Windows color (decimal): -3390714 or 410572. OLE color: 410572.

HSL color Cylindrical-coordinate representation of color #CC4306: hue angle of 18.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4306 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 6 -
CMYK 0 0.67 0.97 0.2
HSL 18.48º 0.94% 0.41% -
HSV(B) 18.48º 0.97% 0.8% -
XYZ 26.94 16.86 2.01 -
YUV 101.01 74.39 201.46 -
System Red Green Blue C M Y K H S L
Decimal 204 67 6 0 0.67 0.97 0.2 18.48 0.94 0.41
Hex CC 43 6 0 43 61 14 12 5E 29
Octal 314 103 6 0 103 141 24 22 136 51
Binary 11001100 1000011 110 0 1000011 1100001 10100 10010 1011110 101001

Color Harmonies of #CC4306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4306

Black with #CC4306

Text Example


Text Example

White with #CC4306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4306; }

 p { color: rgb(204,67,6); }

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

background-color css

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

 a { background-color: rgb(204,67,6); }

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

border-color css

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

 span { border-color: rgb(204,67,6); }

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