Html Css Color HEX #C4480C Rust

📋 copy color: '#C4480C'

red 196 ◦ green 72 ◦ blue 12

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

Shades of Rust #C4480C

Tints of Rust #C4480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 70%
G = 25.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4480C (or 0xC4480C) is known color: Rust. HEX triplet: C4, 48 and 0C. RGB value is (196,72,12). Sum of RGB (Red+Green+Blue) = 196+72+12=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4480C is #3BB7F3. Grayscale: #666666. Windows color (decimal): -3913716 or 805060. OLE color: 805060.

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

Color convert

RGB 196 72 12 -
CMYK 0 0.63 0.94 0.23
HSL 19.57º 0.88% 0.41% -
HSV(B) 19.57º 0.94% 0.77% -
XYZ 25.15 16.4 2.19 -
YUV 102.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 196 72 12 0 0.63 0.94 0.23 19.57 0.88 0.41
Hex C4 48 C 0 3F 5E 17 14 58 29
Octal 304 110 14 0 77 136 27 24 130 51
Binary 11000100 1001000 1100 0 111111 1011110 10111 10100 1011000 101001

Color Harmonies of #C4480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4480C

Black with #C4480C

Text Example


Text Example

White with #C4480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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