Html Css Color HEX #C34F15 Rust

📋 copy color: '#C34F15'

red 195 ◦ green 79 ◦ blue 21

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

Shades of Rust #C34F15

Tints of Rust #C34F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

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

R = 66.1%
G = 26.78%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34F15 (or 0xC34F15) is known color: Rust. HEX triplet: C3, 4F and 15. RGB value is (195,79,21). Sum of RGB (Red+Green+Blue) = 195+79+21=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F15 is #3CB0EA. Grayscale: #6B6B6B. Windows color (decimal): -3977451 or 1396675. OLE color: 1396675.

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

Color convert

RGB 195 79 21 -
CMYK 0 0.59 0.89 0.24
HSL 20º 0.81% 0.42% -
HSV(B) 20º 0.89% 0.76% -
XYZ 25.44 17.25 2.7 -
YUV 107.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 195 79 21 0 0.59 0.89 0.24 20 0.81 0.42
Hex C3 4F 15 0 3B 59 18 14 51 2A
Octal 303 117 25 0 73 131 30 24 121 52
Binary 11000011 1001111 10101 0 111011 1011001 11000 10100 1010001 101010

Color Harmonies of #C34F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F15

Black with #C34F15

Text Example


Text Example

White with #C34F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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