Html Css Color HEX #C84006 Rust

📋 copy color: '#C84006'

red 200 ◦ green 64 ◦ blue 6

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

Shades of Rust #C84006

Tints of Rust #C84006

RGB

 RED value IS 200 (78.52% from 255) = 74.07%

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

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

R = 74.07%
G = 23.7%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C84006 (or 0xC84006) is known color: Rust. HEX triplet: C8, 40 and 06. RGB value is (200,64,6). Sum of RGB (Red+Green+Blue) = 200+64+6=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C84006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84006 is #37BFF9. Grayscale: #626262. Windows color (decimal): -3653626 or 409800. OLE color: 409800.

HSL color Cylindrical-coordinate representation of color #C84006: hue angle of 17.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C84006 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 6 -
CMYK 0 0.68 0.97 0.22
HSL 17.94º 0.94% 0.4% -
HSV(B) 17.94º 0.97% 0.78% -
XYZ 25.69 15.96 1.9 -
YUV 98.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 200 64 6 0 0.68 0.97 0.22 17.94 0.94 0.4
Hex C8 40 6 0 44 61 16 12 5E 28
Octal 310 100 6 0 104 141 26 22 136 50
Binary 11001000 1000000 110 0 1000100 1100001 10110 10010 1011110 101000

Color Harmonies of #C84006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84006

Black with #C84006

Text Example


Text Example

White with #C84006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84006; }

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

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

background-color css

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

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

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

border-color css

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

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

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