Html Css Color HEX #C34617 Rust

📋 copy color: '#C34617'

red 195 ◦ green 70 ◦ blue 23

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

Shades of Rust #C34617

Tints of Rust #C34617

RGB

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

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

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

R = 67.71%
G = 24.31%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34617 (or 0xC34617) is known color: Rust. HEX triplet: C3, 46 and 17. RGB value is (195,70,23). Sum of RGB (Red+Green+Blue) = 195+70+23=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C34617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34617 is #3CB9E8. Grayscale: #666666. Windows color (decimal): -3979753 or 1525443. OLE color: 1525443.

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

Color convert

RGB 195 70 23 -
CMYK 0 0.64 0.88 0.24
HSL 16.4º 0.79% 0.43% -
HSV(B) 16.4º 0.88% 0.76% -
XYZ 24.85 16.04 2.6 -
YUV 102.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 195 70 23 0 0.64 0.88 0.24 16.4 0.79 0.43
Hex C3 46 17 0 40 58 18 10 4F 2B
Octal 303 106 27 0 100 130 30 20 117 53
Binary 11000011 1000110 10111 0 1000000 1011000 11000 10000 1001111 101011

Color Harmonies of #C34617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34617

Black with #C34617

Text Example


Text Example

White with #C34617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34617; }

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

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

background-color css

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

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

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

border-color css

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

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

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