#B7283E

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

Shades of Brick Red #B7283E

Tints of Brick Red #B7283E

Color information

#B7283E (or 0xB7283E) is unknown color: approx Brick Red. HEX triplet: B7, 28 and 3E. RGB value is (183,40,62). Sum of RGB (Red+Green+Blue) = 183+40+62=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7283E is #48D7C1. Grayscale: #555555. Windows color (decimal): -4773826 or 4073655. OLE color: 4073655.

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

Color convert

RGB1834062-
CMYK00.780.660.28
HSL350.77º64.13%43.73%-
HSV(B)350.77º78.14%71.76%-
XYZ21.1611.935.75-
YUV85.26114.88197.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=64.21%
G=14.04%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183406200.780.660.28350.7764.1343.73
HexB7283E04E421C15f402c
Octal267507601161023453710054
Binary10110111101000111110010011101000010111001010111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7283E; }

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

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

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

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

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

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

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

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