Html Css Color HEX #C54204 Rust

📋 copy color: '#C54204'

red 197 ◦ green 66 ◦ blue 4

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

Shades of Rust #C54204

Tints of Rust #C54204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 73.78%
G = 24.72%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C54204 (or 0xC54204) is known color: Rust. HEX triplet: C5, 42 and 04. RGB value is (197,66,4). Sum of RGB (Red+Green+Blue) = 197+66+4=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C54204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54204 is #3ABDFB. Grayscale: #626262. Windows color (decimal): -3849724 or 279237. OLE color: 279237.

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

Color convert

RGB 197 66 4 -
CMYK 0 0.66 0.98 0.23
HSL 19.27º 0.96% 0.39% -
HSV(B) 19.27º 0.98% 0.77% -
XYZ 25 15.78 1.84 -
YUV 98.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 197 66 4 0 0.66 0.98 0.23 19.27 0.96 0.39
Hex C5 42 4 0 42 62 17 13 60 27
Octal 305 102 4 0 102 142 27 23 140 47
Binary 11000101 1000010 100 0 1000010 1100010 10111 10011 1100000 100111

Color Harmonies of #C54204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54204

Black with #C54204

Text Example


Text Example

White with #C54204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54204; }

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

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

background-color css

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

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

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

border-color css

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

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

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