Html Css Color HEX #C44513 Rust

📋 copy color: '#C44513'

red 196 ◦ green 69 ◦ blue 19

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

Shades of Rust #C44513

Tints of Rust #C44513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 69.01%
G = 24.3%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C44513 (or 0xC44513) is known color: Rust. HEX triplet: C4, 45 and 13. RGB value is (196,69,19). Sum of RGB (Red+Green+Blue) = 196+69+19=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C44513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44513 is #3BBAEC. Grayscale: #656565. Windows color (decimal): -3914477 or 1263044. OLE color: 1263044.

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

Color convert

RGB 196 69 19 -
CMYK 0 0.65 0.90 0.23
HSL 16.95º 0.82% 0.42% -
HSV(B) 16.95º 0.9% 0.77% -
XYZ 25.01 16.04 2.39 -
YUV 101.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 196 69 19 0 0.65 0.90 0.23 16.95 0.82 0.42
Hex C4 45 13 0 41 5A 17 11 52 2A
Octal 304 105 23 0 101 132 27 21 122 52
Binary 11000100 1000101 10011 0 1000001 1011010 10111 10001 1010010 101010

Color Harmonies of #C44513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44513

Black with #C44513

Text Example


Text Example

White with #C44513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44513; }

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

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

background-color css

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

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

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

border-color css

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

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

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