Html Css Color HEX #B8333E Brick Red

📋 copy color: '#B8333E'

red 184 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #B8333E

Tints of Brick Red #B8333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 61.95%
G = 17.17%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8333E (or 0xB8333E) is known color: Brick Red. HEX triplet: B8, 33 and 3E. RGB value is (184,51,62). Sum of RGB (Red+Green+Blue) = 184+51+62=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8333E is #47CCC1. Grayscale: #5C5C5C. Windows color (decimal): -4705474 or 4076472. OLE color: 4076472.

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

Color convert

RGB 184 51 62 -
CMYK 0 0.72 0.66 0.28
HSL 355.04º 0.57% 0.46% -
HSV(B) 355.04º 0.72% 0.72% -
XYZ 21.82 12.91 5.9 -
YUV 92.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 184 51 62 0 0.72 0.66 0.28 355.04 0.57 0.46
Hex B8 33 3E 0 48 42 1C 163 39 2E
Octal 270 63 76 0 110 102 34 543 71 56
Binary 10111000 110011 111110 0 1001000 1000010 11100 101100011 111001 101110

Color Harmonies of #B8333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8333E

Black with #B8333E

Text Example


Text Example

White with #B8333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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