Html Css Color HEX #C44315 Rust

📋 copy color: '#C44315'

red 196 ◦ green 67 ◦ blue 21

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

Shades of Rust #C44315

Tints of Rust #C44315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 69.01%
G = 23.59%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44315 (or 0xC44315) is known color: Rust. HEX triplet: C4, 43 and 15. RGB value is (196,67,21). Sum of RGB (Red+Green+Blue) = 196+67+21=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C44315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44315 is #3BBCEA. Grayscale: #646464. Windows color (decimal): -3914987 or 1393604. OLE color: 1393604.

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

Color convert

RGB 196 67 21 -
CMYK 0 0.66 0.89 0.23
HSL 15.77º 0.81% 0.43% -
HSV(B) 15.77º 0.89% 0.77% -
XYZ 24.91 15.8 2.45 -
YUV 100.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 196 67 21 0 0.66 0.89 0.23 15.77 0.81 0.43
Hex C4 43 15 0 42 59 17 10 51 2B
Octal 304 103 25 0 102 131 27 20 121 53
Binary 11000100 1000011 10101 0 1000010 1011001 10111 10000 1010001 101011

Color Harmonies of #C44315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44315

Black with #C44315

Text Example


Text Example

White with #C44315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44315; }

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

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

background-color css

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

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

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

border-color css

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

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

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