Html Css Color HEX #C34215 Rust

📋 copy color: '#C34215'

red 195 ◦ green 66 ◦ blue 21

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

Shades of Rust #C34215

Tints of Rust #C34215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 69.15%
G = 23.4%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34215 (or 0xC34215) is known color: Rust. HEX triplet: C3, 42 and 15. RGB value is (195,66,21). Sum of RGB (Red+Green+Blue) = 195+66+21=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C34215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34215 is #3CBDEA. Grayscale: #636363. Windows color (decimal): -3980779 or 1393347. OLE color: 1393347.

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

Color convert

RGB 195 66 21 -
CMYK 0 0.66 0.89 0.24
HSL 15.52º 0.81% 0.42% -
HSV(B) 15.52º 0.89% 0.76% -
XYZ 24.59 15.55 2.42 -
YUV 99.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 195 66 21 0 0.66 0.89 0.24 15.52 0.81 0.42
Hex C3 42 15 0 42 59 18 10 51 2A
Octal 303 102 25 0 102 131 30 20 121 52
Binary 11000011 1000010 10101 0 1000010 1011001 11000 10000 1010001 101010

Color Harmonies of #C34215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34215

Black with #C34215

Text Example


Text Example

White with #C34215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34215; }

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

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

background-color css

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

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

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

border-color css

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

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

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