Html Css Color HEX #C4480E Rust

📋 copy color: '#C4480E'

red 196 ◦ green 72 ◦ blue 14

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

Shades of Rust #C4480E

Tints of Rust #C4480E

RGB

 RED value IS 196 (76.95% from 255) = 69.5%

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

 BLUE value IS 14 (5.86% from 255) = 4.96%

R = 69.5%
G = 25.53%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4480E (or 0xC4480E) is known color: Rust. HEX triplet: C4, 48 and 0E. RGB value is (196,72,14). Sum of RGB (Red+Green+Blue) = 196+72+14=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4480E is #3BB7F1. Grayscale: #666666. Windows color (decimal): -3913714 or 936132. OLE color: 936132.

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

Color convert

RGB 196 72 14 -
CMYK 0 0.63 0.93 0.23
HSL 19.12º 0.87% 0.41% -
HSV(B) 19.12º 0.93% 0.77% -
XYZ 25.16 16.4 2.26 -
YUV 102.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 196 72 14 0 0.63 0.93 0.23 19.12 0.87 0.41
Hex C4 48 E 0 3F 5D 17 13 57 29
Octal 304 110 16 0 77 135 27 23 127 51
Binary 11000100 1001000 1110 0 111111 1011101 10111 10011 1010111 101001

Color Harmonies of #C4480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4480E

Black with #C4480E

Text Example


Text Example

White with #C4480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4480E; }

 p { color: rgb(196,72,14); }

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

background-color css

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

 a { background-color: rgb(196,72,14); }

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

border-color css

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

 span { border-color: rgb(196,72,14); }

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