Html Css Color HEX #C5420A Rust

📋 copy color: '#C5420A'

red 197 ◦ green 66 ◦ blue 10

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

Shades of Rust #C5420A

Tints of Rust #C5420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 72.16%
G = 24.18%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5420A (or 0xC5420A) is known color: Rust. HEX triplet: C5, 42 and 0A. RGB value is (197,66,10). Sum of RGB (Red+Green+Blue) = 197+66+10=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5420A is #3ABDF5. Grayscale: #636363. Windows color (decimal): -3849718 or 672453. OLE color: 672453.

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

Color convert

RGB 197 66 10 -
CMYK 0 0.66 0.95 0.23
HSL 17.97º 0.9% 0.41% -
HSV(B) 17.97º 0.95% 0.77% -
XYZ 25.03 15.79 2.02 -
YUV 98.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 197 66 10 0 0.66 0.95 0.23 17.97 0.9 0.41
Hex C5 42 A 0 42 5F 17 12 5A 29
Octal 305 102 12 0 102 137 27 22 132 51
Binary 11000101 1000010 1010 0 1000010 1011111 10111 10010 1011010 101001

Color Harmonies of #C5420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5420A

Black with #C5420A

Text Example


Text Example

White with #C5420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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