Html Css Color HEX #C34317 Rust

📋 copy color: '#C34317'

red 195 ◦ green 67 ◦ blue 23

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

Shades of Rust #C34317

Tints of Rust #C34317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 68.42%
G = 23.51%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34317 (or 0xC34317) is known color: Rust. HEX triplet: C3, 43 and 17. RGB value is (195,67,23). Sum of RGB (Red+Green+Blue) = 195+67+23=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C34317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34317 is #3CBCE8. Grayscale: #646464. Windows color (decimal): -3980521 or 1524675. OLE color: 1524675.

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

Color convert

RGB 195 67 23 -
CMYK 0 0.66 0.88 0.24
HSL 15.35º 0.79% 0.43% -
HSV(B) 15.35º 0.88% 0.76% -
XYZ 24.67 15.68 2.54 -
YUV 100.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 195 67 23 0 0.66 0.88 0.24 15.35 0.79 0.43
Hex C3 43 17 0 42 58 18 F 4F 2B
Octal 303 103 27 0 102 130 30 17 117 53
Binary 11000011 1000011 10111 0 1000010 1011000 11000 1111 1001111 101011

Color Harmonies of #C34317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34317

Black with #C34317

Text Example


Text Example

White with #C34317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34317; }

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

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

background-color css

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

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

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

border-color css

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

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

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