Html Css Color HEX #C44712 Rust

📋 copy color: '#C44712'

red 196 ◦ green 71 ◦ blue 18

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

Shades of Rust #C44712

Tints of Rust #C44712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 68.77%
G = 24.91%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C44712 (or 0xC44712) is known color: Rust. HEX triplet: C4, 47 and 12. RGB value is (196,71,18). Sum of RGB (Red+Green+Blue) = 196+71+18=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44712 is #3BB8ED. Grayscale: #666666. Windows color (decimal): -3913966 or 1198020. OLE color: 1198020.

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

Color convert

RGB 196 71 18 -
CMYK 0 0.64 0.91 0.23
HSL 17.87º 0.83% 0.42% -
HSV(B) 17.87º 0.91% 0.77% -
XYZ 25.13 16.29 2.39 -
YUV 102.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 196 71 18 0 0.64 0.91 0.23 17.87 0.83 0.42
Hex C4 47 12 0 40 5B 17 12 53 2A
Octal 304 107 22 0 100 133 27 22 123 52
Binary 11000100 1000111 10010 0 1000000 1011011 10111 10010 1010011 101010

Color Harmonies of #C44712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44712

Black with #C44712

Text Example


Text Example

White with #C44712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44712; }

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

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

background-color css

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

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

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

border-color css

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

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

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