Html Css Color HEX #C35218 Rust

📋 copy color: '#C35218'

red 195 ◦ green 82 ◦ blue 24

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

Shades of Rust #C35218

Tints of Rust #C35218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 64.78%
G = 27.24%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C35218 (or 0xC35218) is known color: Rust. HEX triplet: C3, 52 and 18. RGB value is (195,82,24). Sum of RGB (Red+Green+Blue) = 195+82+24=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35218 is #3CADE7. Grayscale: #6D6D6D. Windows color (decimal): -3976680 or 1594051. OLE color: 1594051.

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

Color convert

RGB 195 82 24 -
CMYK 0 0.58 0.88 0.24
HSL 20.35º 0.78% 0.43% -
HSV(B) 20.35º 0.88% 0.76% -
XYZ 25.69 17.7 2.93 -
YUV 109.18 79.94 189.22 -
System Red Green Blue C M Y K H S L
Decimal 195 82 24 0 0.58 0.88 0.24 20.35 0.78 0.43
Hex C3 52 18 0 3A 58 18 14 4E 2B
Octal 303 122 30 0 72 130 30 24 116 53
Binary 11000011 1010010 11000 0 111010 1011000 11000 10100 1001110 101011

Color Harmonies of #C35218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35218

Black with #C35218

Text Example


Text Example

White with #C35218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35218; }

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

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

background-color css

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

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

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

border-color css

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

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

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