Html Css Color HEX #C4490E Rust

📋 copy color: '#C4490E'

red 196 ◦ green 73 ◦ blue 14

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

Shades of Rust #C4490E

Tints of Rust #C4490E

RGB

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

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

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

R = 69.26%
G = 25.8%
B = 4.95%

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

#C4490E (or 0xC4490E) is known color: Rust. HEX triplet: C4, 49 and 0E. RGB value is (196,73,14). Sum of RGB (Red+Green+Blue) = 196+73+14=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C4490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4490E is #3BB6F1. Grayscale: #676767. Windows color (decimal): -3913458 or 936388. OLE color: 936388.

HSL color Cylindrical-coordinate representation of color #C4490E: hue angle of 19.45º 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 #C4490E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 14 -
CMYK 0 0.63 0.93 0.23
HSL 19.45º 0.87% 0.41% -
HSV(B) 19.45º 0.93% 0.77% -
XYZ 25.23 16.53 2.28 -
YUV 103.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 196 73 14 0 0.63 0.93 0.23 19.45 0.87 0.41
Hex C4 49 E 0 3F 5D 17 13 57 29
Octal 304 111 16 0 77 135 27 23 127 51
Binary 11000100 1001001 1110 0 111111 1011101 10111 10011 1010111 101001

Color Harmonies of #C4490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4490E

Black with #C4490E

Text Example


Text Example

White with #C4490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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