Html Css Color HEX #C0470A Rust

📋 copy color: '#C0470A'

red 192 ◦ green 71 ◦ blue 10

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

Shades of Rust #C0470A

Tints of Rust #C0470A

RGB

 RED value IS 192 (75.39% from 255) = 70.33%

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

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

R = 70.33%
G = 26.01%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0470A (or 0xC0470A) is known color: Rust. HEX triplet: C0, 47 and 0A. RGB value is (192,71,10). Sum of RGB (Red+Green+Blue) = 192+71+10=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0470A is #3FB8F5. Grayscale: #646464. Windows color (decimal): -4176118 or 673728. OLE color: 673728.

HSL color Cylindrical-coordinate representation of color #C0470A: hue angle of 20.11º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0470A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 10 -
CMYK 0 0.63 0.95 0.25
HSL 20.11º 0.9% 0.4% -
HSV(B) 20.11º 0.95% 0.75% -
XYZ 24.05 15.73 2.06 -
YUV 100.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 192 71 10 0 0.63 0.95 0.25 20.11 0.9 0.4
Hex C0 47 A 0 3F 5F 19 14 5A 28
Octal 300 107 12 0 77 137 31 24 132 50
Binary 11000000 1000111 1010 0 111111 1011111 11001 10100 1011010 101000

Color Harmonies of #C0470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0470A

Black with #C0470A

Text Example


Text Example

White with #C0470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0470A; }

 p { color: rgb(192,71,10); }

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

background-color css

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

 a { background-color: rgb(192,71,10); }

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

border-color css

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

 span { border-color: rgb(192,71,10); }

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