#B7303C

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

Shades of Brick Red #B7303C

Tints of Brick Red #B7303C

Color information

#B7303C (or 0xB7303C) is unknown color: approx Brick Red. HEX triplet: B7, 30 and 3C. RGB value is (183,48,60). Sum of RGB (Red+Green+Blue) = 183+48+60=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7303C is #48CFC3. Grayscale: #595959. Windows color (decimal): -4771780 or 3944631. OLE color: 3944631.

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

Color convert

RGB1834860-
CMYK00.740.670.28
HSL354.67º58.44%45.29%-
HSV(B)354.67º73.77%71.76%-
XYZ21.412.515.56-
YUV89.73111.23194.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=62.89%
G=16.49%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183486000.740.670.28354.6758.4445.29
HexB7303C04A431C1633a2d
Octal26760740112103345437255
Binary1011011111000011110001001010100001111100101100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7303C; }

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

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

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

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

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

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

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

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