Html Css Color HEX #C44419 Rust

📋 copy color: '#C44419'

red 196 ◦ green 68 ◦ blue 25

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

Shades of Rust #C44419

Tints of Rust #C44419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 67.82%
G = 23.53%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C44419 (or 0xC44419) is known color: Rust. HEX triplet: C4, 44 and 19. RGB value is (196,68,25). Sum of RGB (Red+Green+Blue) = 196+68+25=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C44419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44419 is #3BBBE6. Grayscale: #656565. Windows color (decimal): -3914727 or 1656004. OLE color: 1656004.

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

Color convert

RGB 196 68 25 -
CMYK 0 0.65 0.87 0.23
HSL 15.09º 0.77% 0.43% -
HSV(B) 15.09º 0.87% 0.77% -
XYZ 25.01 15.94 2.68 -
YUV 101.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 196 68 25 0 0.65 0.87 0.23 15.09 0.77 0.43
Hex C4 44 19 0 41 57 17 F 4D 2B
Octal 304 104 31 0 101 127 27 17 115 53
Binary 11000100 1000100 11001 0 1000001 1010111 10111 1111 1001101 101011

Color Harmonies of #C44419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44419

Black with #C44419

Text Example


Text Example

White with #C44419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44419; }

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

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

background-color css

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

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

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

border-color css

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

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

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