Html Css Color HEX #B84C29 Red Stage

📋 copy color: '#B84C29'

red 184 ◦ green 76 ◦ blue 41

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

Shades of Red Stage #B84C29

Tints of Red Stage #B84C29

RGB

 RED value IS 184 (72.27% from 255) = 61.13%

 GREEN value IS 76 (30.08% from 255) = 25.25%

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 61.13%
G = 25.25%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B84C29 (or 0xB84C29) is known color: Red Stage. HEX triplet: B8, 4C and 29. RGB value is (184,76,41). Sum of RGB (Red+Green+Blue) = 184+76+41=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C29 is #47B3D6. Grayscale: #686868. Windows color (decimal): -4699095 or 2706616. OLE color: 2706616.

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

Color convert

RGB 184 76 41 -
CMYK 0 0.59 0.78 0.28
HSL 14.69º 0.64% 0.44% -
HSV(B) 14.69º 0.78% 0.72% -
XYZ 22.75 15.52 3.89 -
YUV 104.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 184 76 41 0 0.59 0.78 0.28 14.69 0.64 0.44
Hex B8 4C 29 0 3B 4E 1C F 40 2C
Octal 270 114 51 0 73 116 34 17 100 54
Binary 10111000 1001100 101001 0 111011 1001110 11100 1111 1000000 101100

Color Harmonies of #B84C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C29

Black with #B84C29

Text Example


Text Example

White with #B84C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C29; }

 p { color: rgb(184,76,41); }

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

background-color css

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

 a { background-color: rgb(184,76,41); }

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

border-color css

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

 span { border-color: rgb(184,76,41); }

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