Html Css Color HEX #C44111 Rust

📋 copy color: '#C44111'

red 196 ◦ green 65 ◦ blue 17

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

Shades of Rust #C44111

Tints of Rust #C44111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 70.5%
G = 23.38%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C44111 (or 0xC44111) is known color: Rust. HEX triplet: C4, 41 and 11. RGB value is (196,65,17). Sum of RGB (Red+Green+Blue) = 196+65+17=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C44111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44111 is #3BBEEE. Grayscale: #636363. Windows color (decimal): -3915503 or 1130948. OLE color: 1130948.

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

Color convert

RGB 196 65 17 -
CMYK 0 0.67 0.91 0.23
HSL 16.09º 0.84% 0.42% -
HSV(B) 16.09º 0.91% 0.77% -
XYZ 24.76 15.56 2.23 -
YUV 98.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 196 65 17 0 0.67 0.91 0.23 16.09 0.84 0.42
Hex C4 41 11 0 43 5B 17 10 54 2A
Octal 304 101 21 0 103 133 27 20 124 52
Binary 11000100 1000001 10001 0 1000011 1011011 10111 10000 1010100 101010

Color Harmonies of #C44111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44111

Black with #C44111

Text Example


Text Example

White with #C44111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44111; }

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

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

background-color css

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

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

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

border-color css

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

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

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