Html Css Color HEX #C4490A Rust

📋 copy color: '#C4490A'

red 196 ◦ green 73 ◦ blue 10

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

Shades of Rust #C4490A

Tints of Rust #C4490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 70.25%
G = 26.16%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4490A (or 0xC4490A) is known color: Rust. HEX triplet: C4, 49 and 0A. RGB value is (196,73,10). Sum of RGB (Red+Green+Blue) = 196+73+10=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4490A is #3BB6F5. Grayscale: #666666. Windows color (decimal): -3913462 or 674244. OLE color: 674244.

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

Color convert

RGB 196 73 10 -
CMYK 0 0.63 0.95 0.23
HSL 20.32º 0.9% 0.4% -
HSV(B) 20.32º 0.95% 0.77% -
XYZ 25.2 16.52 2.15 -
YUV 102.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 196 73 10 0 0.63 0.95 0.23 20.32 0.9 0.4
Hex C4 49 A 0 3F 5F 17 14 5A 28
Octal 304 111 12 0 77 137 27 24 132 50
Binary 11000100 1001001 1010 0 111111 1011111 10111 10100 1011010 101000

Color Harmonies of #C4490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4490A

Black with #C4490A

Text Example


Text Example

White with #C4490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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