Html Css Color HEX #C44C13 Rust

📋 copy color: '#C44C13'

red 196 ◦ green 76 ◦ blue 19

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

Shades of Rust #C44C13

Tints of Rust #C44C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.12%

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 67.35%
G = 26.12%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C44C13 (or 0xC44C13) is known color: Rust. HEX triplet: C4, 4C and 13. RGB value is (196,76,19). Sum of RGB (Red+Green+Blue) = 196+76+19=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C13 is #3BB3EC. Grayscale: #696969. Windows color (decimal): -3912685 or 1264836. OLE color: 1264836.

HSL color Cylindrical-coordinate representation of color #C44C13: hue angle of 19.32º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44C13 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 76 19 -
CMYK 0 0.61 0.90 0.23
HSL 19.32º 0.82% 0.42% -
HSV(B) 19.32º 0.9% 0.77% -
XYZ 25.47 16.95 2.55 -
YUV 105.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 196 76 19 0 0.61 0.90 0.23 19.32 0.82 0.42
Hex C4 4C 13 0 3D 5A 17 13 52 2A
Octal 304 114 23 0 75 132 27 23 122 52
Binary 11000100 1001100 10011 0 111101 1011010 10111 10011 1010010 101010

Color Harmonies of #C44C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C13

Black with #C44C13

Text Example


Text Example

White with #C44C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C13; }

 p { color: rgb(196,76,19); }

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

background-color css

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

 a { background-color: rgb(196,76,19); }

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

border-color css

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

 span { border-color: rgb(196,76,19); }

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