Html Css Color HEX #B5512B Red Stage

📋 copy color: '#B5512B'

red 181 ◦ green 81 ◦ blue 43

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

Shades of Red Stage #B5512B

Tints of Red Stage #B5512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 59.34%
G = 26.56%
B = 14.1%

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

#B5512B (or 0xB5512B) is known color: Red Stage. HEX triplet: B5, 51 and 2B. RGB value is (181,81,43). Sum of RGB (Red+Green+Blue) = 181+81+43=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5512B is #4AAED4. Grayscale: #6A6A6A. Windows color (decimal): -4894421 or 2838965. OLE color: 2838965.

HSL color Cylindrical-coordinate representation of color #B5512B: hue angle of 16.52º degrees, saturation: 0.62, 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 #B5512B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 43 -
CMYK 0 0.55 0.76 0.29
HSL 16.52º 0.62% 0.44% -
HSV(B) 16.52º 0.76% 0.71% -
XYZ 22.43 15.88 4.17 -
YUV 106.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 181 81 43 0 0.55 0.76 0.29 16.52 0.62 0.44
Hex B5 51 2B 0 37 4C 1D 11 3E 2C
Octal 265 121 53 0 67 114 35 21 76 54
Binary 10110101 1010001 101011 0 110111 1001100 11101 10001 111110 101100

Color Harmonies of #B5512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5512B

Black with #B5512B

Text Example


Text Example

White with #B5512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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