Html Css Color HEX #C44813 Rust

📋 copy color: '#C44813'

red 196 ◦ green 72 ◦ blue 19

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

Shades of Rust #C44813

Tints of Rust #C44813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 68.29%
G = 25.09%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C44813 (or 0xC44813) is known color: Rust. HEX triplet: C4, 48 and 13. RGB value is (196,72,19). Sum of RGB (Red+Green+Blue) = 196+72+19=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44813 is #3BB7EC. Grayscale: #676767. Windows color (decimal): -3913709 or 1263812. OLE color: 1263812.

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

Color convert

RGB 196 72 19 -
CMYK 0 0.63 0.90 0.23
HSL 17.97º 0.82% 0.42% -
HSV(B) 17.97º 0.9% 0.77% -
XYZ 25.2 16.42 2.46 -
YUV 103.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 196 72 19 0 0.63 0.90 0.23 17.97 0.82 0.42
Hex C4 48 13 0 3F 5A 17 12 52 2A
Octal 304 110 23 0 77 132 27 22 122 52
Binary 11000100 1001000 10011 0 111111 1011010 10111 10010 1010010 101010

Color Harmonies of #C44813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44813

Black with #C44813

Text Example


Text Example

White with #C44813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44813; }

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

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

background-color css

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

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

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

border-color css

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

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

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