Html Css Color HEX #C44811 Rust

📋 copy color: '#C44811'

red 196 ◦ green 72 ◦ blue 17

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

Shades of Rust #C44811

Tints of Rust #C44811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 68.77%
G = 25.26%
B = 5.96%

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

#C44811 (or 0xC44811) is known color: Rust. HEX triplet: C4, 48 and 11. RGB value is (196,72,17). Sum of RGB (Red+Green+Blue) = 196+72+17=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44811 is #3BB7EE. Grayscale: #676767. Windows color (decimal): -3913711 or 1132740. OLE color: 1132740.

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

Color convert

RGB 196 72 17 -
CMYK 0 0.63 0.91 0.23
HSL 18.44º 0.84% 0.42% -
HSV(B) 18.44º 0.91% 0.77% -
XYZ 25.18 16.41 2.37 -
YUV 102.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 196 72 17 0 0.63 0.91 0.23 18.44 0.84 0.42
Hex C4 48 11 0 3F 5B 17 12 54 2A
Octal 304 110 21 0 77 133 27 22 124 52
Binary 11000100 1001000 10001 0 111111 1011011 10111 10010 1010100 101010

Color Harmonies of #C44811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44811

Black with #C44811

Text Example


Text Example

White with #C44811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44811; }

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

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

background-color css

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

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

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

border-color css

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

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

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