Html Css Color HEX #C84008 Rust

📋 copy color: '#C84008'

red 200 ◦ green 64 ◦ blue 8

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

Shades of Rust #C84008

Tints of Rust #C84008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 73.53%
G = 23.53%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C84008 (or 0xC84008) is known color: Rust. HEX triplet: C8, 40 and 08. RGB value is (200,64,8). Sum of RGB (Red+Green+Blue) = 200+64+8=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C84008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84008 is #37BFF7. Grayscale: #626262. Windows color (decimal): -3653624 or 540872. OLE color: 540872.

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

Color convert

RGB 200 64 8 -
CMYK 0 0.68 0.96 0.22
HSL 17.5º 0.92% 0.41% -
HSV(B) 17.5º 0.96% 0.78% -
XYZ 25.7 15.96 1.96 -
YUV 98.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 200 64 8 0 0.68 0.96 0.22 17.5 0.92 0.41
Hex C8 40 8 0 44 60 16 12 5C 29
Octal 310 100 10 0 104 140 26 22 134 51
Binary 11001000 1000000 1000 0 1000100 1100000 10110 10010 1011100 101001

Color Harmonies of #C84008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84008

Black with #C84008

Text Example


Text Example

White with #C84008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84008; }

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

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

background-color css

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

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

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

border-color css

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

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

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