Html Css Color HEX #C54205 Rust

📋 copy color: '#C54205'

red 197 ◦ green 66 ◦ blue 5

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

Shades of Rust #C54205

Tints of Rust #C54205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 73.51%
G = 24.63%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C54205 (or 0xC54205) is known color: Rust. HEX triplet: C5, 42 and 05. RGB value is (197,66,5). Sum of RGB (Red+Green+Blue) = 197+66+5=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54205 is #3ABDFA. Grayscale: #626262. Windows color (decimal): -3849723 or 344773. OLE color: 344773.

HSL color Cylindrical-coordinate representation of color #C54205: hue angle of 19.06º degrees, saturation: 0.95, 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 #C54205 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 5 -
CMYK 0 0.66 0.97 0.23
HSL 19.06º 0.95% 0.4% -
HSV(B) 19.06º 0.97% 0.77% -
XYZ 25 15.78 1.87 -
YUV 98.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 197 66 5 0 0.66 0.97 0.23 19.06 0.95 0.4
Hex C5 42 5 0 42 61 17 13 5F 28
Octal 305 102 5 0 102 141 27 23 137 50
Binary 11000101 1000010 101 0 1000010 1100001 10111 10011 1011111 101000

Color Harmonies of #C54205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54205

Black with #C54205

Text Example


Text Example

White with #C54205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54205; }

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

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

background-color css

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

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

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

border-color css

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

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

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