Html Css Color HEX #C44A12 Rust

📋 copy color: '#C44A12'

red 196 ◦ green 74 ◦ blue 18

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

Shades of Rust #C44A12

Tints of Rust #C44A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.69%

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

R = 68.06%
G = 25.69%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C44A12 (or 0xC44A12) is known color: Rust. HEX triplet: C4, 4A and 12. RGB value is (196,74,18). Sum of RGB (Red+Green+Blue) = 196+74+18=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A12 is #3BB5ED. Grayscale: #686868. Windows color (decimal): -3913198 or 1198788. OLE color: 1198788.

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

Color convert

RGB 196 74 18 -
CMYK 0 0.62 0.91 0.23
HSL 18.88º 0.83% 0.42% -
HSV(B) 18.88º 0.91% 0.77% -
XYZ 25.32 16.68 2.46 -
YUV 104.09 79.42 193.55 -
System Red Green Blue C M Y K H S L
Decimal 196 74 18 0 0.62 0.91 0.23 18.88 0.83 0.42
Hex C4 4A 12 0 3E 5B 17 13 53 2A
Octal 304 112 22 0 76 133 27 23 123 52
Binary 11000100 1001010 10010 0 111110 1011011 10111 10011 1010011 101010

Color Harmonies of #C44A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A12

Black with #C44A12

Text Example


Text Example

White with #C44A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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