Html Css Color HEX #C3501C Rust

📋 copy color: '#C3501C'

red 195 ◦ green 80 ◦ blue 28

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

Shades of Rust #C3501C

Tints of Rust #C3501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 64.36%
G = 26.4%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3501C (or 0xC3501C) is known color: Rust. HEX triplet: C3, 50 and 1C. RGB value is (195,80,28). Sum of RGB (Red+Green+Blue) = 195+80+28=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3501C is #3CAFE3. Grayscale: #6C6C6C. Windows color (decimal): -3977188 or 1855683. OLE color: 1855683.

HSL color Cylindrical-coordinate representation of color #C3501C: hue angle of 18.68º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3501C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 28 -
CMYK 0 0.59 0.86 0.24
HSL 18.68º 0.75% 0.44% -
HSV(B) 18.68º 0.86% 0.76% -
XYZ 25.58 17.42 3.11 -
YUV 108.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 195 80 28 0 0.59 0.86 0.24 18.68 0.75 0.44
Hex C3 50 1C 0 3B 56 18 13 4B 2C
Octal 303 120 34 0 73 126 30 23 113 54
Binary 11000011 1010000 11100 0 111011 1010110 11000 10011 1001011 101100

Color Harmonies of #C3501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3501C

Black with #C3501C

Text Example


Text Example

White with #C3501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3501C; }

 p { color: rgb(195,80,28); }

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

background-color css

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

 a { background-color: rgb(195,80,28); }

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

border-color css

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

 span { border-color: rgb(195,80,28); }

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