#B7303E

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

Shades of Brick Red #B7303E

Tints of Brick Red #B7303E

Color information

#B7303E (or 0xB7303E) is unknown color: approx Brick Red. HEX triplet: B7, 30 and 3E. RGB value is (183,48,62). Sum of RGB (Red+Green+Blue) = 183+48+62=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7303E is #48CFC1. Grayscale: #5A5A5A. Windows color (decimal): -4771778 or 4075703. OLE color: 4075703.

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

Color convert

RGB1834862-
CMYK00.740.660.28
HSL353.78º58.44%45.29%-
HSV(B)353.78º73.77%71.76%-
XYZ21.4512.535.84-
YUV89.96112.23194.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=62.46%
G=16.38%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183486200.740.660.28353.7858.4445.29
HexB7303E04A421C1623a2d
Octal26760760112102345427255
Binary1011011111000011111001001010100001011100101100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7303E; }

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

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

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

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

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

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

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

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