Html Css Color HEX #B8373E Brick Red

📋 copy color: '#B8373E'

red 184 ◦ green 55 ◦ blue 62

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

Shades of Brick Red #B8373E

Tints of Brick Red #B8373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 61.13%
G = 18.27%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8373E (or 0xB8373E) is known color: Brick Red. HEX triplet: B8, 37 and 3E. RGB value is (184,55,62). Sum of RGB (Red+Green+Blue) = 184+55+62=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8373E is #47C8C1. Grayscale: #5E5E5E. Windows color (decimal): -4704450 or 4077496. OLE color: 4077496.

HSL color Cylindrical-coordinate representation of color #B8373E: hue angle of 356.74º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8373E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 62 -
CMYK 0 0.70 0.66 0.28
HSL 356.74º 0.54% 0.47% -
HSV(B) 356.74º 0.7% 0.72% -
XYZ 22 13.27 5.96 -
YUV 94.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 184 55 62 0 0.70 0.66 0.28 356.74 0.54 0.47
Hex B8 37 3E 0 46 42 1C 165 36 2F
Octal 270 67 76 0 106 102 34 545 66 57
Binary 10111000 110111 111110 0 1000110 1000010 11100 101100101 110110 101111

Color Harmonies of #B8373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8373E

Black with #B8373E

Text Example


Text Example

White with #B8373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8373E; }

 p { color: rgb(184,55,62); }

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

background-color css

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

 a { background-color: rgb(184,55,62); }

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

border-color css

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

 span { border-color: rgb(184,55,62); }

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