Html Css Color HEX #C34515 Rust

📋 copy color: '#C34515'

red 195 ◦ green 69 ◦ blue 21

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

Shades of Rust #C34515

Tints of Rust #C34515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 68.42%
G = 24.21%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34515 (or 0xC34515) is known color: Rust. HEX triplet: C3, 45 and 15. RGB value is (195,69,21). Sum of RGB (Red+Green+Blue) = 195+69+21=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C34515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34515 is #3CBAEA. Grayscale: #656565. Windows color (decimal): -3980011 or 1394115. OLE color: 1394115.

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

Color convert

RGB 195 69 21 -
CMYK 0 0.65 0.89 0.24
HSL 16.55º 0.81% 0.42% -
HSV(B) 16.55º 0.89% 0.76% -
XYZ 24.77 15.91 2.48 -
YUV 101.2 82.74 194.9 -
System Red Green Blue C M Y K H S L
Decimal 195 69 21 0 0.65 0.89 0.24 16.55 0.81 0.42
Hex C3 45 15 0 41 59 18 11 51 2A
Octal 303 105 25 0 101 131 30 21 121 52
Binary 11000011 1000101 10101 0 1000001 1011001 11000 10001 1010001 101010

Color Harmonies of #C34515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34515

Black with #C34515

Text Example


Text Example

White with #C34515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34515; }

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

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

background-color css

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

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

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

border-color css

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

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

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