Html Css Color HEX #C34E16 Rust

📋 copy color: '#C34E16'

red 195 ◦ green 78 ◦ blue 22

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

Shades of Rust #C34E16

Tints of Rust #C34E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.44%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 66.1%
G = 26.44%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34E16 (or 0xC34E16) is known color: Rust. HEX triplet: C3, 4E and 16. RGB value is (195,78,22). Sum of RGB (Red+Green+Blue) = 195+78+22=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34E16 is #3CB1E9. Grayscale: #6A6A6A. Windows color (decimal): -3977706 or 1461955. OLE color: 1461955.

HSL color Cylindrical-coordinate representation of color #C34E16: hue angle of 19.42º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C34E16 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 22 -
CMYK 0 0.6 0.89 0.24
HSL 19.42º 0.8% 0.43% -
HSV(B) 19.42º 0.89% 0.76% -
XYZ 25.37 17.11 2.72 -
YUV 106.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 195 78 22 0 0.6 0.89 0.24 19.42 0.8 0.43
Hex C3 4E 16 0 3C 59 18 13 50 2B
Octal 303 116 26 0 74 131 30 23 120 53
Binary 11000011 1001110 10110 0 111100 1011001 11000 10011 1010000 101011

Color Harmonies of #C34E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E16

Black with #C34E16

Text Example


Text Example

White with #C34E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E16; }

 p { color: rgb(195,78,22); }

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

background-color css

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

 a { background-color: rgb(195,78,22); }

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

border-color css

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

 span { border-color: rgb(195,78,22); }

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