Html Css Color HEX #C2480D Rust

📋 copy color: '#C2480D'

red 194 ◦ green 72 ◦ blue 13

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

Shades of Rust #C2480D

Tints of Rust #C2480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 69.53%
G = 25.81%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2480D (or 0xC2480D) is known color: Rust. HEX triplet: C2, 48 and 0D. RGB value is (194,72,13). Sum of RGB (Red+Green+Blue) = 194+72+13=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2480D is #3DB7F2. Grayscale: #666666. Windows color (decimal): -4044787 or 870594. OLE color: 870594.

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

Color convert

RGB 194 72 13 -
CMYK 0 0.63 0.93 0.24
HSL 19.56º 0.87% 0.41% -
HSV(B) 19.56º 0.93% 0.76% -
XYZ 24.64 16.13 2.2 -
YUV 101.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 194 72 13 0 0.63 0.93 0.24 19.56 0.87 0.41
Hex C2 48 D 0 3F 5D 18 14 57 29
Octal 302 110 15 0 77 135 30 24 127 51
Binary 11000010 1001000 1101 0 111111 1011101 11000 10100 1010111 101001

Color Harmonies of #C2480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2480D

Black with #C2480D

Text Example


Text Example

White with #C2480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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