Html Css Color HEX #C44313 Rust

📋 copy color: '#C44313'

red 196 ◦ green 67 ◦ blue 19

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

Shades of Rust #C44313

Tints of Rust #C44313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 69.5%
G = 23.76%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C44313 (or 0xC44313) is known color: Rust. HEX triplet: C4, 43 and 13. RGB value is (196,67,19). Sum of RGB (Red+Green+Blue) = 196+67+19=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C44313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44313 is #3BBCEC. Grayscale: #646464. Windows color (decimal): -3914989 or 1262532. OLE color: 1262532.

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

Color convert

RGB 196 67 19 -
CMYK 0 0.66 0.90 0.23
HSL 16.27º 0.82% 0.42% -
HSV(B) 16.27º 0.9% 0.77% -
XYZ 24.89 15.8 2.35 -
YUV 100.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 196 67 19 0 0.66 0.90 0.23 16.27 0.82 0.42
Hex C4 43 13 0 42 5A 17 10 52 2A
Octal 304 103 23 0 102 132 27 20 122 52
Binary 11000100 1000011 10011 0 1000010 1011010 10111 10000 1010010 101010

Color Harmonies of #C44313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44313

Black with #C44313

Text Example


Text Example

White with #C44313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44313; }

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

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

background-color css

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

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

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

border-color css

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

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

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