Html Css Color HEX #C5420E Rust

📋 copy color: '#C5420E'

red 197 ◦ green 66 ◦ blue 14

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

Shades of Rust #C5420E

Tints of Rust #C5420E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 71.12%
G = 23.83%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5420E (or 0xC5420E) is known color: Rust. HEX triplet: C5, 42 and 0E. RGB value is (197,66,14). Sum of RGB (Red+Green+Blue) = 197+66+14=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5420E is #3ABDF1. Grayscale: #636363. Windows color (decimal): -3849714 or 934597. OLE color: 934597.

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

Color convert

RGB 197 66 14 -
CMYK 0 0.66 0.93 0.23
HSL 17.05º 0.87% 0.41% -
HSV(B) 17.05º 0.93% 0.77% -
XYZ 25.05 15.8 2.14 -
YUV 99.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 197 66 14 0 0.66 0.93 0.23 17.05 0.87 0.41
Hex C5 42 E 0 42 5D 17 11 57 29
Octal 305 102 16 0 102 135 27 21 127 51
Binary 11000101 1000010 1110 0 1000010 1011101 10111 10001 1010111 101001

Color Harmonies of #C5420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5420E

Black with #C5420E

Text Example


Text Example

White with #C5420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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