Html Css Color HEX #C34F17 Rust

📋 copy color: '#C34F17'

red 195 ◦ green 79 ◦ blue 23

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

Shades of Rust #C34F17

Tints of Rust #C34F17

RGB

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

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

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

R = 65.66%
G = 26.6%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34F17 (or 0xC34F17) is known color: Rust. HEX triplet: C3, 4F and 17. RGB value is (195,79,23). Sum of RGB (Red+Green+Blue) = 195+79+23=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F17 is #3CB0E8. Grayscale: #6B6B6B. Windows color (decimal): -3977449 or 1527747. OLE color: 1527747.

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

Color convert

RGB 195 79 23 -
CMYK 0 0.59 0.88 0.24
HSL 19.53º 0.79% 0.43% -
HSV(B) 19.53º 0.88% 0.76% -
XYZ 25.46 17.26 2.8 -
YUV 107.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 195 79 23 0 0.59 0.88 0.24 19.53 0.79 0.43
Hex C3 4F 17 0 3B 58 18 14 4F 2B
Octal 303 117 27 0 73 130 30 24 117 53
Binary 11000011 1001111 10111 0 111011 1011000 11000 10100 1001111 101011

Color Harmonies of #C34F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F17

Black with #C34F17

Text Example


Text Example

White with #C34F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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