Html Css Color HEX #C34915 Rust

📋 copy color: '#C34915'

red 195 ◦ green 73 ◦ blue 21

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

Shades of Rust #C34915

Tints of Rust #C34915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

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

R = 67.47%
G = 25.26%
B = 7.27%

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

#C34915 (or 0xC34915) is known color: Rust. HEX triplet: C3, 49 and 15. RGB value is (195,73,21). Sum of RGB (Red+Green+Blue) = 195+73+21=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C34915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34915 is #3CB6EA. Grayscale: #676767. Windows color (decimal): -3978987 or 1395139. OLE color: 1395139.

HSL color Cylindrical-coordinate representation of color #C34915: hue angle of 17.93º 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 #C34915 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 21 -
CMYK 0 0.63 0.89 0.24
HSL 17.93º 0.81% 0.42% -
HSV(B) 17.93º 0.89% 0.76% -
XYZ 25.02 16.42 2.56 -
YUV 103.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 195 73 21 0 0.63 0.89 0.24 17.93 0.81 0.42
Hex C3 49 15 0 3F 59 18 12 51 2A
Octal 303 111 25 0 77 131 30 22 121 52
Binary 11000011 1001001 10101 0 111111 1011001 11000 10010 1010001 101010

Color Harmonies of #C34915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34915

Black with #C34915

Text Example


Text Example

White with #C34915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34915; }

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

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

background-color css

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

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

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

border-color css

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

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

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