#B7283D

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

Shades of Brick Red #B7283D

Tints of Brick Red #B7283D

Color information

#B7283D (or 0xB7283D) is unknown color: approx Brick Red. HEX triplet: B7, 28 and 3D. RGB value is (183,40,61). Sum of RGB (Red+Green+Blue) = 183+40+61=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283D is #48D7C2. Grayscale: #555555. Windows color (decimal): -4773827 or 4008119. OLE color: 4008119.

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

Color convert

RGB1834061-
CMYK00.780.670.28
HSL351.19º64.13%43.73%-
HSV(B)351.19º78.14%71.76%-
XYZ21.1311.925.6-
YUV85.15114.38197.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.44%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=64.44%
G=14.08%
B=21.48%

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
Decimal183406100.780.670.28351.1964.1343.73
HexB7283D04E431C15f402c
Octal267507501161033453710054
Binary10110111101000111101010011101000011111001010111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7283D; }

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

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

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

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

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

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

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

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