Html Css Color HEX #C44D1C Rust

📋 copy color: '#C44D1C'

red 196 ◦ green 77 ◦ blue 28

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

Shades of Rust #C44D1C

Tints of Rust #C44D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 65.12%
G = 25.58%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C44D1C (or 0xC44D1C) is known color: Rust. HEX triplet: C4, 4D and 1C. RGB value is (196,77,28). Sum of RGB (Red+Green+Blue) = 196+77+28=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D1C is #3BB2E3. Grayscale: #6B6B6B. Windows color (decimal): -3912420 or 1854916. OLE color: 1854916.

HSL color Cylindrical-coordinate representation of color #C44D1C: hue angle of 17.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C44D1C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 28 -
CMYK 0 0.61 0.86 0.23
HSL 17.5º 0.75% 0.44% -
HSV(B) 17.5º 0.86% 0.77% -
XYZ 25.63 17.13 3.05 -
YUV 107 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 196 77 28 0 0.61 0.86 0.23 17.5 0.75 0.44
Hex C4 4D 1C 0 3D 56 17 12 4B 2C
Octal 304 115 34 0 75 126 27 22 113 54
Binary 11000100 1001101 11100 0 111101 1010110 10111 10010 1001011 101100

Color Harmonies of #C44D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D1C

Black with #C44D1C

Text Example


Text Example

White with #C44D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D1C; }

 p { color: rgb(196,77,28); }

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

background-color css

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

 a { background-color: rgb(196,77,28); }

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

border-color css

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

 span { border-color: rgb(196,77,28); }

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