Html Css Color HEX #C34815 Rust

📋 copy color: '#C34815'

red 195 ◦ green 72 ◦ blue 21

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

Shades of Rust #C34815

Tints of Rust #C34815

RGB

 RED value IS 195 (76.56% from 255) = 67.71%

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 67.71%
G = 25%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34815 (or 0xC34815) is known color: Rust. HEX triplet: C3, 48 and 15. RGB value is (195,72,21). Sum of RGB (Red+Green+Blue) = 195+72+21=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C34815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34815 is #3CB7EA. Grayscale: #676767. Windows color (decimal): -3979243 or 1394883. OLE color: 1394883.

HSL color Cylindrical-coordinate representation of color #C34815: hue angle of 17.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C34815 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 21 -
CMYK 0 0.63 0.89 0.24
HSL 17.59º 0.81% 0.42% -
HSV(B) 17.59º 0.89% 0.76% -
XYZ 24.96 16.29 2.54 -
YUV 102.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 195 72 21 0 0.63 0.89 0.24 17.59 0.81 0.42
Hex C3 48 15 0 3F 59 18 12 51 2A
Octal 303 110 25 0 77 131 30 22 121 52
Binary 11000011 1001000 10101 0 111111 1011001 11000 10010 1010001 101010

Color Harmonies of #C34815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34815

Black with #C34815

Text Example


Text Example

White with #C34815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34815; }

 p { color: rgb(195,72,21); }

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

background-color css

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

 a { background-color: rgb(195,72,21); }

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

border-color css

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

 span { border-color: rgb(195,72,21); }

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