Html Css Color HEX #C44914 Rust

📋 copy color: '#C44914'

red 196 ◦ green 73 ◦ blue 20

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

Shades of Rust #C44914

Tints of Rust #C44914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 67.82%
G = 25.26%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C44914 (or 0xC44914) is known color: Rust. HEX triplet: C4, 49 and 14. RGB value is (196,73,20). Sum of RGB (Red+Green+Blue) = 196+73+20=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C44914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44914 is #3BB6EB. Grayscale: #686868. Windows color (decimal): -3913452 or 1329604. OLE color: 1329604.

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

Color convert

RGB 196 73 20 -
CMYK 0 0.63 0.90 0.23
HSL 18.07º 0.81% 0.42% -
HSV(B) 18.07º 0.9% 0.77% -
XYZ 25.27 16.55 2.52 -
YUV 103.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 196 73 20 0 0.63 0.90 0.23 18.07 0.81 0.42
Hex C4 49 14 0 3F 5A 17 12 51 2A
Octal 304 111 24 0 77 132 27 22 121 52
Binary 11000100 1001001 10100 0 111111 1011010 10111 10010 1010001 101010

Color Harmonies of #C44914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44914

Black with #C44914

Text Example


Text Example

White with #C44914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44914; }

 p { color: rgb(196,73,20); }

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

background-color css

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

 a { background-color: rgb(196,73,20); }

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

border-color css

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

 span { border-color: rgb(196,73,20); }

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