Html Css Color HEX #B8323B Brick Red

📋 copy color: '#B8323B'

red 184 ◦ green 50 ◦ blue 59

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

Shades of Brick Red #B8323B

Tints of Brick Red #B8323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 62.8%
G = 17.06%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8323B (or 0xB8323B) is known color: Brick Red. HEX triplet: B8, 32 and 3B. RGB value is (184,50,59). Sum of RGB (Red+Green+Blue) = 184+50+59=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8323B is #47CDC4. Grayscale: #5B5B5B. Windows color (decimal): -4705733 or 3879608. OLE color: 3879608.

HSL color Cylindrical-coordinate representation of color #B8323B: hue angle of 355.97º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8323B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 59 -
CMYK 0 0.73 0.68 0.28
HSL 355.97º 0.57% 0.46% -
HSV(B) 355.97º 0.73% 0.72% -
XYZ 21.7 12.79 5.46 -
YUV 91.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 184 50 59 0 0.73 0.68 0.28 355.97 0.57 0.46
Hex B8 32 3B 0 49 44 1C 164 39 2E
Octal 270 62 73 0 111 104 34 544 71 56
Binary 10111000 110010 111011 0 1001001 1000100 11100 101100100 111001 101110

Color Harmonies of #B8323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8323B

Black with #B8323B

Text Example


Text Example

White with #B8323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8323B; }

 p { color: rgb(184,50,59); }

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

background-color css

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

 a { background-color: rgb(184,50,59); }

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

border-color css

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

 span { border-color: rgb(184,50,59); }

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