Html Css Color HEX #C44415 Rust

📋 copy color: '#C44415'

red 196 ◦ green 68 ◦ blue 21

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

Shades of Rust #C44415

Tints of Rust #C44415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 68.77%
G = 23.86%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44415 (or 0xC44415) is known color: Rust. HEX triplet: C4, 44 and 15. RGB value is (196,68,21). Sum of RGB (Red+Green+Blue) = 196+68+21=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44415 is #3BBBEA. Grayscale: #656565. Windows color (decimal): -3914731 or 1393860. OLE color: 1393860.

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

Color convert

RGB 196 68 21 -
CMYK 0 0.65 0.89 0.23
HSL 16.11º 0.81% 0.43% -
HSV(B) 16.11º 0.89% 0.77% -
XYZ 24.97 15.92 2.47 -
YUV 100.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 196 68 21 0 0.65 0.89 0.23 16.11 0.81 0.43
Hex C4 44 15 0 41 59 17 10 51 2B
Octal 304 104 25 0 101 131 27 20 121 53
Binary 11000100 1000100 10101 0 1000001 1011001 10111 10000 1010001 101011

Color Harmonies of #C44415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44415

Black with #C44415

Text Example


Text Example

White with #C44415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44415; }

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

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

background-color css

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

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

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

border-color css

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

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

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