Html Css Color HEX #B5512C Red Stage

📋 copy color: '#B5512C'

red 181 ◦ green 81 ◦ blue 44

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

Shades of Red Stage #B5512C

Tints of Red Stage #B5512C

RGB

 RED value IS 181 (71.09% from 255) = 59.15%

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 59.15%
G = 26.47%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5512C (or 0xB5512C) is known color: Red Stage. HEX triplet: B5, 51 and 2C. RGB value is (181,81,44). Sum of RGB (Red+Green+Blue) = 181+81+44=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5512C is #4AAED3. Grayscale: #6A6A6A. Windows color (decimal): -4894420 or 2904501. OLE color: 2904501.

HSL color Cylindrical-coordinate representation of color #B5512C: hue angle of 16.2º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5512C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 44 -
CMYK 0 0.55 0.76 0.29
HSL 16.2º 0.61% 0.44% -
HSV(B) 16.2º 0.76% 0.71% -
XYZ 22.45 15.89 4.27 -
YUV 106.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 181 81 44 0 0.55 0.76 0.29 16.2 0.61 0.44
Hex B5 51 2C 0 37 4C 1D 10 3D 2C
Octal 265 121 54 0 67 114 35 20 75 54
Binary 10110101 1010001 101100 0 110111 1001100 11101 10000 111101 101100

Color Harmonies of #B5512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5512C

Black with #B5512C

Text Example


Text Example

White with #B5512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5512C; }

 p { color: rgb(181,81,44); }

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

background-color css

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

 a { background-color: rgb(181,81,44); }

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

border-color css

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

 span { border-color: rgb(181,81,44); }

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