Html Css Color HEX #C3531B Rust

📋 copy color: '#C3531B'

red 195 ◦ green 83 ◦ blue 27

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

Shades of Rust #C3531B

Tints of Rust #C3531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 63.93%
G = 27.21%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3531B (or 0xC3531B) is known color: Rust. HEX triplet: C3, 53 and 1B. RGB value is (195,83,27). Sum of RGB (Red+Green+Blue) = 195+83+27=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3531B is #3CACE4. Grayscale: #6E6E6E. Windows color (decimal): -3976421 or 1790915. OLE color: 1790915.

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

Color convert

RGB 195 83 27 -
CMYK 0 0.57 0.86 0.24
HSL 20º 0.76% 0.44% -
HSV(B) 20º 0.86% 0.76% -
XYZ 25.8 17.87 3.13 -
YUV 110.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 195 83 27 0 0.57 0.86 0.24 20 0.76 0.44
Hex C3 53 1B 0 39 56 18 14 4C 2C
Octal 303 123 33 0 71 126 30 24 114 54
Binary 11000011 1010011 11011 0 111001 1010110 11000 10100 1001100 101100

Color Harmonies of #C3531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3531B

Black with #C3531B

Text Example


Text Example

White with #C3531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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