Html Css Color HEX #C44812 Rust

📋 copy color: '#C44812'

red 196 ◦ green 72 ◦ blue 18

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

Shades of Rust #C44812

Tints of Rust #C44812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 68.53%
G = 25.17%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C44812 (or 0xC44812) is known color: Rust. HEX triplet: C4, 48 and 12. RGB value is (196,72,18). Sum of RGB (Red+Green+Blue) = 196+72+18=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C44812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44812 is #3BB7ED. Grayscale: #676767. Windows color (decimal): -3913710 or 1198276. OLE color: 1198276.

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

Color convert

RGB 196 72 18 -
CMYK 0 0.63 0.91 0.23
HSL 18.2º 0.83% 0.42% -
HSV(B) 18.2º 0.91% 0.77% -
XYZ 25.19 16.41 2.41 -
YUV 102.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 196 72 18 0 0.63 0.91 0.23 18.2 0.83 0.42
Hex C4 48 12 0 3F 5B 17 12 53 2A
Octal 304 110 22 0 77 133 27 22 123 52
Binary 11000100 1001000 10010 0 111111 1011011 10111 10010 1010011 101010

Color Harmonies of #C44812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44812

Black with #C44812

Text Example


Text Example

White with #C44812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44812; }

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

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

background-color css

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

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

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

border-color css

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

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

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