Html Css Color HEX #B7512B Red Stage

📋 copy color: '#B7512B'

red 183 ◦ green 81 ◦ blue 43

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

Shades of Red Stage #B7512B

Tints of Red Stage #B7512B

RGB

 RED value IS 183 (71.88% from 255) = 59.61%

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

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

R = 59.61%
G = 26.38%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7512B (or 0xB7512B) is known color: Red Stage. HEX triplet: B7, 51 and 2B. RGB value is (183,81,43). Sum of RGB (Red+Green+Blue) = 183+81+43=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7512B is #48AED4. Grayscale: #6B6B6B. Windows color (decimal): -4763349 or 2838967. OLE color: 2838967.

HSL color Cylindrical-coordinate representation of color #B7512B: hue angle of 16.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7512B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 43 -
CMYK 0 0.56 0.77 0.28
HSL 16.29º 0.62% 0.44% -
HSV(B) 16.29º 0.77% 0.72% -
XYZ 22.91 16.13 4.19 -
YUV 107.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 183 81 43 0 0.56 0.77 0.28 16.29 0.62 0.44
Hex B7 51 2B 0 38 4D 1C 10 3E 2C
Octal 267 121 53 0 70 115 34 20 76 54
Binary 10110111 1010001 101011 0 111000 1001101 11100 10000 111110 101100

Color Harmonies of #B7512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7512B

Black with #B7512B

Text Example


Text Example

White with #B7512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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