Html Css Color HEX #C4491E Rust

📋 copy color: '#C4491E'

red 196 ◦ green 73 ◦ blue 30

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

Shades of Rust #C4491E

Tints of Rust #C4491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 65.55%
G = 24.41%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4491E (or 0xC4491E) is known color: Rust. HEX triplet: C4, 49 and 1E. RGB value is (196,73,30). Sum of RGB (Red+Green+Blue) = 196+73+30=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C4491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4491E is #3BB6E1. Grayscale: #696969. Windows color (decimal): -3913442 or 1984964. OLE color: 1984964.

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

Color convert

RGB 196 73 30 -
CMYK 0 0.63 0.85 0.23
HSL 15.54º 0.73% 0.44% -
HSV(B) 15.54º 0.85% 0.77% -
XYZ 25.38 16.59 3.09 -
YUV 104.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 196 73 30 0 0.63 0.85 0.23 15.54 0.73 0.44
Hex C4 49 1E 0 3F 55 17 10 49 2C
Octal 304 111 36 0 77 125 27 20 111 54
Binary 11000100 1001001 11110 0 111111 1010101 10111 10000 1001001 101100

Color Harmonies of #C4491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4491E

Black with #C4491E

Text Example


Text Example

White with #C4491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4491E; }

 p { color: rgb(196,73,30); }

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

background-color css

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

 a { background-color: rgb(196,73,30); }

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

border-color css

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

 span { border-color: rgb(196,73,30); }

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