#B8283D

Color #B8283D Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B8283D

Tints of Brick Red #B8283D

Color information

#B8283D (or 0xB8283D) is unknown color: approx Brick Red. HEX triplet: B8, 28 and 3D. RGB value is (184,40,61). Sum of RGB (Red+Green+Blue) = 184+40+61=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8283D is #47D7C2. Grayscale: #555555. Windows color (decimal): -4708291 or 4008120. OLE color: 4008120.

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

Color convert

RGB1844061-
CMYK00.780.670.28
HSL351.25º64.29%43.92%-
HSV(B)351.25º78.26%72.16%-
XYZ21.3712.045.61-
YUV85.45114.21198.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.56%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=64.56%
G=14.04%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184406100.780.670.28351.2564.2943.92
HexB8283D04E431C15f402c
Octal270507501161033453710054
Binary10111000101000111101010011101000011111001010111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8283D; }

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

 H1.HeaderClassName
 {
   color: #B8283D;
 }
 .AnyTagClassName
 {
   color: #B8283D;
 }
</style>
background-color css

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

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

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

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

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

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