Html Css Color HEX #C34918 Rust

📋 copy color: '#C34918'

red 195 ◦ green 73 ◦ blue 24

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

Shades of Rust #C34918

Tints of Rust #C34918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 66.78%
G = 25%
B = 8.22%

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

#C34918 (or 0xC34918) is known color: Rust. HEX triplet: C3, 49 and 18. RGB value is (195,73,24). Sum of RGB (Red+Green+Blue) = 195+73+24=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C34918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34918 is #3CB6E7. Grayscale: #686868. Windows color (decimal): -3978984 or 1591747. OLE color: 1591747.

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

Color convert

RGB 195 73 24 -
CMYK 0 0.63 0.88 0.24
HSL 17.19º 0.78% 0.43% -
HSV(B) 17.19º 0.88% 0.76% -
XYZ 25.05 16.43 2.72 -
YUV 103.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 195 73 24 0 0.63 0.88 0.24 17.19 0.78 0.43
Hex C3 49 18 0 3F 58 18 11 4E 2B
Octal 303 111 30 0 77 130 30 21 116 53
Binary 11000011 1001001 11000 0 111111 1011000 11000 10001 1001110 101011

Color Harmonies of #C34918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34918

Black with #C34918

Text Example


Text Example

White with #C34918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34918; }

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

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

background-color css

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

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

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

border-color css

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

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

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