Html Css Color HEX #C4490D Rust

📋 copy color: '#C4490D'

red 196 ◦ green 73 ◦ blue 13

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

Shades of Rust #C4490D

Tints of Rust #C4490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 69.5%
G = 25.89%
B = 4.61%

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

#C4490D (or 0xC4490D) is known color: Rust. HEX triplet: C4, 49 and 0D. RGB value is (196,73,13). Sum of RGB (Red+Green+Blue) = 196+73+13=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4490D is #3BB6F2. Grayscale: #676767. Windows color (decimal): -3913459 or 870852. OLE color: 870852.

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

Color convert

RGB 196 73 13 -
CMYK 0 0.63 0.93 0.23
HSL 19.67º 0.88% 0.41% -
HSV(B) 19.67º 0.93% 0.77% -
XYZ 25.22 16.53 2.24 -
YUV 102.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 196 73 13 0 0.63 0.93 0.23 19.67 0.88 0.41
Hex C4 49 D 0 3F 5D 17 14 58 29
Octal 304 111 15 0 77 135 27 24 130 51
Binary 11000100 1001001 1101 0 111111 1011101 10111 10100 1011000 101001

Color Harmonies of #C4490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4490D

Black with #C4490D

Text Example


Text Example

White with #C4490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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