Html Css Color HEX #C0480A Rust

📋 copy color: '#C0480A'

red 192 ◦ green 72 ◦ blue 10

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

Shades of Rust #C0480A

Tints of Rust #C0480A

RGB

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

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

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

R = 70.07%
G = 26.28%
B = 3.65%

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

#C0480A (or 0xC0480A) is known color: Rust. HEX triplet: C0, 48 and 0A. RGB value is (192,72,10). Sum of RGB (Red+Green+Blue) = 192+72+10=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0480A is #3FB7F5. Grayscale: #656565. Windows color (decimal): -4175862 or 673984. OLE color: 673984.

HSL color Cylindrical-coordinate representation of color #C0480A: hue angle of 20.44º 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 #C0480A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 10 -
CMYK 0 0.63 0.95 0.25
HSL 20.44º 0.9% 0.4% -
HSV(B) 20.44º 0.95% 0.75% -
XYZ 24.11 15.86 2.08 -
YUV 100.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 192 72 10 0 0.63 0.95 0.25 20.44 0.9 0.4
Hex C0 48 A 0 3F 5F 19 14 5A 28
Octal 300 110 12 0 77 137 31 24 132 50
Binary 11000000 1001000 1010 0 111111 1011111 11001 10100 1011010 101000

Color Harmonies of #C0480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0480A

Black with #C0480A

Text Example


Text Example

White with #C0480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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