Html Css Color HEX #C44A1C Rust

📋 copy color: '#C44A1C'

red 196 ◦ green 74 ◦ blue 28

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

Shades of Rust #C44A1C

Tints of Rust #C44A1C

RGB

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

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

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

R = 65.77%
G = 24.83%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C44A1C (or 0xC44A1C) is known color: Rust. HEX triplet: C4, 4A and 1C. RGB value is (196,74,28). Sum of RGB (Red+Green+Blue) = 196+74+28=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A1C is #3BB5E3. Grayscale: #696969. Windows color (decimal): -3913188 or 1854148. OLE color: 1854148.

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

Color convert

RGB 196 74 28 -
CMYK 0 0.62 0.86 0.23
HSL 16.43º 0.75% 0.44% -
HSV(B) 16.43º 0.86% 0.77% -
XYZ 25.42 16.72 2.99 -
YUV 105.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 196 74 28 0 0.62 0.86 0.23 16.43 0.75 0.44
Hex C4 4A 1C 0 3E 56 17 10 4B 2C
Octal 304 112 34 0 76 126 27 20 113 54
Binary 11000100 1001010 11100 0 111110 1010110 10111 10000 1001011 101100

Color Harmonies of #C44A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A1C

Black with #C44A1C

Text Example


Text Example

White with #C44A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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