Html Css Color HEX #B84D28 Red Stage

📋 copy color: '#B84D28'

red 184 ◦ green 77 ◦ blue 40

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

Shades of Red Stage #B84D28

Tints of Red Stage #B84D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 61.13%
G = 25.58%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B84D28 (or 0xB84D28) is known color: Red Stage. HEX triplet: B8, 4D and 28. RGB value is (184,77,40). Sum of RGB (Red+Green+Blue) = 184+77+40=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D28 is #47B2D7. Grayscale: #696969. Windows color (decimal): -4698840 or 2641336. OLE color: 2641336.

HSL color Cylindrical-coordinate representation of color #B84D28: hue angle of 15.42º 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 #B84D28 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 77 40 -
CMYK 0 0.58 0.78 0.28
HSL 15.42º 0.64% 0.44% -
HSV(B) 15.42º 0.78% 0.72% -
XYZ 22.8 15.65 3.83 -
YUV 104.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 184 77 40 0 0.58 0.78 0.28 15.42 0.64 0.44
Hex B8 4D 28 0 3A 4E 1C F 40 2C
Octal 270 115 50 0 72 116 34 17 100 54
Binary 10111000 1001101 101000 0 111010 1001110 11100 1111 1000000 101100

Color Harmonies of #B84D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D28

Black with #B84D28

Text Example


Text Example

White with #B84D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D28; }

 p { color: rgb(184,77,40); }

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

background-color css

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

 a { background-color: rgb(184,77,40); }

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

border-color css

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

 span { border-color: rgb(184,77,40); }

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