Html Css Color HEX #C34616 Rust

📋 copy color: '#C34616'

red 195 ◦ green 70 ◦ blue 22

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

Shades of Rust #C34616

Tints of Rust #C34616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 67.94%
G = 24.39%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34616 (or 0xC34616) is known color: Rust. HEX triplet: C3, 46 and 16. RGB value is (195,70,22). Sum of RGB (Red+Green+Blue) = 195+70+22=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C34616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34616 is #3CB9E9. Grayscale: #666666. Windows color (decimal): -3979754 or 1459907. OLE color: 1459907.

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

Color convert

RGB 195 70 22 -
CMYK 0 0.64 0.89 0.24
HSL 16.65º 0.8% 0.43% -
HSV(B) 16.65º 0.89% 0.76% -
XYZ 24.84 16.04 2.55 -
YUV 101.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 195 70 22 0 0.64 0.89 0.24 16.65 0.8 0.43
Hex C3 46 16 0 40 59 18 11 50 2B
Octal 303 106 26 0 100 131 30 21 120 53
Binary 11000011 1000110 10110 0 1000000 1011001 11000 10001 1010000 101011

Color Harmonies of #C34616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34616

Black with #C34616

Text Example


Text Example

White with #C34616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34616; }

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

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

background-color css

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

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

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

border-color css

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

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

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