Html Css Color HEX #C5470B Rust

📋 copy color: '#C5470B'

red 197 ◦ green 71 ◦ blue 11

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

Shades of Rust #C5470B

Tints of Rust #C5470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

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

R = 70.61%
G = 25.45%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5470B (or 0xC5470B) is known color: Rust. HEX triplet: C5, 47 and 0B. RGB value is (197,71,11). Sum of RGB (Red+Green+Blue) = 197+71+11=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5470B is #3AB8F4. Grayscale: #666666. Windows color (decimal): -3848437 or 739269. OLE color: 739269.

HSL color Cylindrical-coordinate representation of color #C5470B: hue angle of 19.35º 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 #C5470B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 11 -
CMYK 0 0.64 0.94 0.23
HSL 19.35º 0.89% 0.41% -
HSV(B) 19.35º 0.94% 0.77% -
XYZ 25.34 16.4 2.15 -
YUV 101.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 197 71 11 0 0.64 0.94 0.23 19.35 0.89 0.41
Hex C5 47 B 0 40 5E 17 13 59 29
Octal 305 107 13 0 100 136 27 23 131 51
Binary 11000101 1000111 1011 0 1000000 1011110 10111 10011 1011001 101001

Color Harmonies of #C5470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5470B

Black with #C5470B

Text Example


Text Example

White with #C5470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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