Html Css Color HEX #C2480A Rust

📋 copy color: '#C2480A'

red 194 ◦ green 72 ◦ blue 10

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

Shades of Rust #C2480A

Tints of Rust #C2480A

RGB

 RED value IS 194 (76.17% from 255) = 70.29%

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

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

R = 70.29%
G = 26.09%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2480A (or 0xC2480A) is known color: Rust. HEX triplet: C2, 48 and 0A. RGB value is (194,72,10). Sum of RGB (Red+Green+Blue) = 194+72+10=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2480A is #3DB7F5. Grayscale: #656565. Windows color (decimal): -4044790 or 673986. OLE color: 673986.

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

Color convert

RGB 194 72 10 -
CMYK 0 0.63 0.95 0.24
HSL 20.22º 0.9% 0.4% -
HSV(B) 20.22º 0.95% 0.76% -
XYZ 24.62 16.13 2.1 -
YUV 101.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 194 72 10 0 0.63 0.95 0.24 20.22 0.9 0.4
Hex C2 48 A 0 3F 5F 18 14 5A 28
Octal 302 110 12 0 77 137 30 24 132 50
Binary 11000010 1001000 1010 0 111111 1011111 11000 10100 1011010 101000

Color Harmonies of #C2480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2480A

Black with #C2480A

Text Example


Text Example

White with #C2480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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