Html Css Color HEX #C54406 Rust

📋 copy color: '#C54406'

red 197 ◦ green 68 ◦ blue 6

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

Shades of Rust #C54406

Tints of Rust #C54406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 72.69%
G = 25.09%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C54406 (or 0xC54406) is known color: Rust. HEX triplet: C5, 44 and 06. RGB value is (197,68,6). Sum of RGB (Red+Green+Blue) = 197+68+6=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C54406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54406 is #3ABBF9. Grayscale: #636363. Windows color (decimal): -3849210 or 410821. OLE color: 410821.

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

Color convert

RGB 197 68 6 -
CMYK 0 0.65 0.97 0.23
HSL 19.48º 0.94% 0.4% -
HSV(B) 19.48º 0.97% 0.77% -
XYZ 25.13 16.02 1.94 -
YUV 99.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 197 68 6 0 0.65 0.97 0.23 19.48 0.94 0.4
Hex C5 44 6 0 41 61 17 13 5E 28
Octal 305 104 6 0 101 141 27 23 136 50
Binary 11000101 1000100 110 0 1000001 1100001 10111 10011 1011110 101000

Color Harmonies of #C54406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54406

Black with #C54406

Text Example


Text Example

White with #C54406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54406; }

 p { color: rgb(197,68,6); }

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

background-color css

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

 a { background-color: rgb(197,68,6); }

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

border-color css

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

 span { border-color: rgb(197,68,6); }

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