Html Css Color HEX #C44215 Rust

📋 copy color: '#C44215'

red 196 ◦ green 66 ◦ blue 21

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

Shades of Rust #C44215

Tints of Rust #C44215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 69.26%
G = 23.32%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44215 (or 0xC44215) is known color: Rust. HEX triplet: C4, 42 and 15. RGB value is (196,66,21). Sum of RGB (Red+Green+Blue) = 196+66+21=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C44215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44215 is #3BBDEA. Grayscale: #646464. Windows color (decimal): -3915243 or 1393348. OLE color: 1393348.

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

Color convert

RGB 196 66 21 -
CMYK 0 0.66 0.89 0.23
HSL 15.43º 0.81% 0.43% -
HSV(B) 15.43º 0.89% 0.77% -
XYZ 24.85 15.69 2.43 -
YUV 99.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 196 66 21 0 0.66 0.89 0.23 15.43 0.81 0.43
Hex C4 42 15 0 42 59 17 F 51 2B
Octal 304 102 25 0 102 131 27 17 121 53
Binary 11000100 1000010 10101 0 1000010 1011001 10111 1111 1010001 101011

Color Harmonies of #C44215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44215

Black with #C44215

Text Example


Text Example

White with #C44215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44215; }

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

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

background-color css

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

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

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

border-color css

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

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

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