Html Css Color HEX #C35318 Rust

📋 copy color: '#C35318'

red 195 ◦ green 83 ◦ blue 24

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

Shades of Rust #C35318

Tints of Rust #C35318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 64.57%
G = 27.48%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C35318 (or 0xC35318) is known color: Rust. HEX triplet: C3, 53 and 18. RGB value is (195,83,24). Sum of RGB (Red+Green+Blue) = 195+83+24=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C35318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35318 is #3CACE7. Grayscale: #6E6E6E. Windows color (decimal): -3976424 or 1594307. OLE color: 1594307.

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

Color convert

RGB 195 83 24 -
CMYK 0 0.57 0.88 0.24
HSL 20.7º 0.78% 0.43% -
HSV(B) 20.7º 0.88% 0.76% -
XYZ 25.76 17.85 2.95 -
YUV 109.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 195 83 24 0 0.57 0.88 0.24 20.7 0.78 0.43
Hex C3 53 18 0 39 58 18 15 4E 2B
Octal 303 123 30 0 71 130 30 25 116 53
Binary 11000011 1010011 11000 0 111001 1011000 11000 10101 1001110 101011

Color Harmonies of #C35318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35318

Black with #C35318

Text Example


Text Example

White with #C35318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35318; }

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

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

background-color css

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

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

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

border-color css

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

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

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