Html Css Color HEX #C54208 Rust

📋 copy color: '#C54208'

red 197 ◦ green 66 ◦ blue 8

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

Shades of Rust #C54208

Tints of Rust #C54208

RGB

 RED value IS 197 (77.34% from 255) = 72.69%

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 72.69%
G = 24.35%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C54208 (or 0xC54208) is known color: Rust. HEX triplet: C5, 42 and 08. RGB value is (197,66,8). Sum of RGB (Red+Green+Blue) = 197+66+8=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C54208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54208 is #3ABDF7. Grayscale: #626262. Windows color (decimal): -3849720 or 541381. OLE color: 541381.

HSL color Cylindrical-coordinate representation of color #C54208: hue angle of 18.41º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C54208 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 8 -
CMYK 0 0.66 0.96 0.23
HSL 18.41º 0.92% 0.4% -
HSV(B) 18.41º 0.96% 0.77% -
XYZ 25.02 15.78 1.96 -
YUV 98.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 197 66 8 0 0.66 0.96 0.23 18.41 0.92 0.4
Hex C5 42 8 0 42 60 17 12 5C 28
Octal 305 102 10 0 102 140 27 22 134 50
Binary 11000101 1000010 1000 0 1000010 1100000 10111 10010 1011100 101000

Color Harmonies of #C54208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54208

Black with #C54208

Text Example


Text Example

White with #C54208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54208; }

 p { color: rgb(197,66,8); }

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

background-color css

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

 a { background-color: rgb(197,66,8); }

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

border-color css

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

 span { border-color: rgb(197,66,8); }

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