Html Css Color HEX #B8283E Brick Red

📋 copy color: '#B8283E'

red 184 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #B8283E

Tints of Brick Red #B8283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

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

R = 64.34%
G = 13.99%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8283E (or 0xB8283E) is known color: Brick Red. HEX triplet: B8, 28 and 3E. RGB value is (184,40,62). Sum of RGB (Red+Green+Blue) = 184+40+62=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8283E is #47D7C1. Grayscale: #555555. Windows color (decimal): -4708290 or 4073656. OLE color: 4073656.

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

Color convert

RGB 184 40 62 -
CMYK 0 0.78 0.66 0.28
HSL 350.83º 0.64% 0.44% -
HSV(B) 350.83º 0.78% 0.72% -
XYZ 21.4 12.06 5.76 -
YUV 85.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 184 40 62 0 0.78 0.66 0.28 350.83 0.64 0.44
Hex B8 28 3E 0 4E 42 1C 15F 40 2C
Octal 270 50 76 0 116 102 34 537 100 54
Binary 10111000 101000 111110 0 1001110 1000010 11100 101011111 1000000 101100

Color Harmonies of #B8283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8283E

Black with #B8283E

Text Example


Text Example

White with #B8283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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