Html Css Color HEX #C34917 Rust

📋 copy color: '#C34917'

red 195 ◦ green 73 ◦ blue 23

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

Shades of Rust #C34917

Tints of Rust #C34917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 67.01%
G = 25.09%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34917 (or 0xC34917) is known color: Rust. HEX triplet: C3, 49 and 17. RGB value is (195,73,23). Sum of RGB (Red+Green+Blue) = 195+73+23=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C34917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34917 is #3CB6E8. Grayscale: #686868. Windows color (decimal): -3978985 or 1526211. OLE color: 1526211.

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

Color convert

RGB 195 73 23 -
CMYK 0 0.63 0.88 0.24
HSL 17.44º 0.79% 0.43% -
HSV(B) 17.44º 0.88% 0.76% -
XYZ 25.04 16.43 2.66 -
YUV 103.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 195 73 23 0 0.63 0.88 0.24 17.44 0.79 0.43
Hex C3 49 17 0 3F 58 18 11 4F 2B
Octal 303 111 27 0 77 130 30 21 117 53
Binary 11000011 1001001 10111 0 111111 1011000 11000 10001 1001111 101011

Color Harmonies of #C34917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34917

Black with #C34917

Text Example


Text Example

White with #C34917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34917; }

 p { color: rgb(195,73,23); }

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

background-color css

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

 a { background-color: rgb(195,73,23); }

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

border-color css

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

 span { border-color: rgb(195,73,23); }

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