Html Css Color HEX #C44113 Rust

📋 copy color: '#C44113'

red 196 ◦ green 65 ◦ blue 19

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

Shades of Rust #C44113

Tints of Rust #C44113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 70%
G = 23.21%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C44113 (or 0xC44113) is known color: Rust. HEX triplet: C4, 41 and 13. RGB value is (196,65,19). Sum of RGB (Red+Green+Blue) = 196+65+19=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44113 is #3BBEEC. Grayscale: #636363. Windows color (decimal): -3915501 or 1262020. OLE color: 1262020.

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

Color convert

RGB 196 65 19 -
CMYK 0 0.67 0.90 0.23
HSL 15.59º 0.82% 0.42% -
HSV(B) 15.59º 0.9% 0.77% -
XYZ 24.77 15.56 2.31 -
YUV 98.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 196 65 19 0 0.67 0.90 0.23 15.59 0.82 0.42
Hex C4 41 13 0 43 5A 17 10 52 2A
Octal 304 101 23 0 103 132 27 20 122 52
Binary 11000100 1000001 10011 0 1000011 1011010 10111 10000 1010010 101010

Color Harmonies of #C44113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44113

Black with #C44113

Text Example


Text Example

White with #C44113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44113; }

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

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

background-color css

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

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

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

border-color css

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

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

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