Html Css Color HEX #C34A15 Rust

📋 copy color: '#C34A15'

red 195 ◦ green 74 ◦ blue 21

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

Shades of Rust #C34A15

Tints of Rust #C34A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

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

R = 67.24%
G = 25.52%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34A15 (or 0xC34A15) is known color: Rust. HEX triplet: C3, 4A and 15. RGB value is (195,74,21). Sum of RGB (Red+Green+Blue) = 195+74+21=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A15 is #3CB5EA. Grayscale: #686868. Windows color (decimal): -3978731 or 1395395. OLE color: 1395395.

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

Color convert

RGB 195 74 21 -
CMYK 0 0.62 0.89 0.24
HSL 18.28º 0.81% 0.42% -
HSV(B) 18.28º 0.89% 0.76% -
XYZ 25.09 16.55 2.58 -
YUV 104.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 195 74 21 0 0.62 0.89 0.24 18.28 0.81 0.42
Hex C3 4A 15 0 3E 59 18 12 51 2A
Octal 303 112 25 0 76 131 30 22 121 52
Binary 11000011 1001010 10101 0 111110 1011001 11000 10010 1010001 101010

Color Harmonies of #C34A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A15

Black with #C34A15

Text Example


Text Example

White with #C34A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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