Html Css Color HEX #B4512C Red Stage

📋 copy color: '#B4512C'

red 180 ◦ green 81 ◦ blue 44

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

Shades of Red Stage #B4512C

Tints of Red Stage #B4512C

RGB

 RED value IS 180 (70.7% from 255) = 59.02%

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

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

R = 59.02%
G = 26.56%
B = 14.43%

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

#B4512C (or 0xB4512C) is known color: Red Stage. HEX triplet: B4, 51 and 2C. RGB value is (180,81,44). Sum of RGB (Red+Green+Blue) = 180+81+44=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4512C is #4BAED3. Grayscale: #6A6A6A. Windows color (decimal): -4959956 or 2904500. OLE color: 2904500.

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

Color convert

RGB 180 81 44 -
CMYK 0 0.55 0.76 0.29
HSL 16.32º 0.61% 0.44% -
HSV(B) 16.32º 0.76% 0.71% -
XYZ 22.22 15.77 4.26 -
YUV 106.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 180 81 44 0 0.55 0.76 0.29 16.32 0.61 0.44
Hex B4 51 2C 0 37 4C 1D 10 3D 2C
Octal 264 121 54 0 67 114 35 20 75 54
Binary 10110100 1010001 101100 0 110111 1001100 11101 10000 111101 101100

Color Harmonies of #B4512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4512C

Black with #B4512C

Text Example


Text Example

White with #B4512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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