Html Css Color HEX #C44D15 Rust

📋 copy color: '#C44D15'

red 196 ◦ green 77 ◦ blue 21

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

Shades of Rust #C44D15

Tints of Rust #C44D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 66.67%
G = 26.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44D15 (or 0xC44D15) is known color: Rust. HEX triplet: C4, 4D and 15. RGB value is (196,77,21). Sum of RGB (Red+Green+Blue) = 196+77+21=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D15 is #3BB2EA. Grayscale: #6A6A6A. Windows color (decimal): -3912427 or 1396164. OLE color: 1396164.

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

Color convert

RGB 196 77 21 -
CMYK 0 0.61 0.89 0.23
HSL 19.2º 0.81% 0.43% -
HSV(B) 19.2º 0.89% 0.77% -
XYZ 25.55 17.1 2.66 -
YUV 106.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 196 77 21 0 0.61 0.89 0.23 19.2 0.81 0.43
Hex C4 4D 15 0 3D 59 17 13 51 2B
Octal 304 115 25 0 75 131 27 23 121 53
Binary 11000100 1001101 10101 0 111101 1011001 10111 10011 1010001 101011

Color Harmonies of #C44D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D15

Black with #C44D15

Text Example


Text Example

White with #C44D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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