Html Css Color HEX #C5480B Rust

📋 copy color: '#C5480B'

red 197 ◦ green 72 ◦ blue 11

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

Shades of Rust #C5480B

Tints of Rust #C5480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 70.36%
G = 25.71%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5480B (or 0xC5480B) is known color: Rust. HEX triplet: C5, 48 and 0B. RGB value is (197,72,11). Sum of RGB (Red+Green+Blue) = 197+72+11=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5480B is #3AB7F4. Grayscale: #666666. Windows color (decimal): -3848181 or 739525. OLE color: 739525.

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

Color convert

RGB 197 72 11 -
CMYK 0 0.63 0.94 0.23
HSL 19.68º 0.89% 0.41% -
HSV(B) 19.68º 0.94% 0.77% -
XYZ 25.4 16.53 2.17 -
YUV 102.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 197 72 11 0 0.63 0.94 0.23 19.68 0.89 0.41
Hex C5 48 B 0 3F 5E 17 14 59 29
Octal 305 110 13 0 77 136 27 24 131 51
Binary 11000101 1001000 1011 0 111111 1011110 10111 10100 1011001 101001

Color Harmonies of #C5480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5480B

Black with #C5480B

Text Example


Text Example

White with #C5480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5480B; }

 p { color: rgb(197,72,11); }

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

background-color css

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

 a { background-color: rgb(197,72,11); }

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

border-color css

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

 span { border-color: rgb(197,72,11); }

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