Html Css Color HEX #C04006 Rust

📋 copy color: '#C04006'

red 192 ◦ green 64 ◦ blue 6

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

Shades of Rust #C04006

Tints of Rust #C04006

RGB

 RED value IS 192 (75.39% from 255) = 73.28%

 GREEN value IS 64 (25.39% from 255) = 24.43%

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

R = 73.28%
G = 24.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C04006 (or 0xC04006) is known color: Rust. HEX triplet: C0, 40 and 06. RGB value is (192,64,6). Sum of RGB (Red+Green+Blue) = 192+64+6=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C04006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04006 is #3FBFF9. Grayscale: #606060. Windows color (decimal): -4177914 or 409792. OLE color: 409792.

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

Color convert

RGB 192 64 6 -
CMYK 0 0.67 0.97 0.25
HSL 18.71º 0.94% 0.39% -
HSV(B) 18.71º 0.97% 0.75% -
XYZ 23.6 14.89 1.8 -
YUV 95.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 192 64 6 0 0.67 0.97 0.25 18.71 0.94 0.39
Hex C0 40 6 0 43 61 19 13 5E 27
Octal 300 100 6 0 103 141 31 23 136 47
Binary 11000000 1000000 110 0 1000011 1100001 11001 10011 1011110 100111

Color Harmonies of #C04006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04006

Black with #C04006

Text Example


Text Example

White with #C04006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04006; }

 p { color: rgb(192,64,6); }

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

background-color css

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

 a { background-color: rgb(192,64,6); }

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

border-color css

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

 span { border-color: rgb(192,64,6); }

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