#B02B3D

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

Shades of Brick Red #B02B3D

Tints of Brick Red #B02B3D

Color information

#B02B3D (or 0xB02B3D) is unknown color: approx Brick Red. HEX triplet: B0, 2B and 3D. RGB value is (176,43,61). Sum of RGB (Red+Green+Blue) = 176+43+61=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B3D is #4FD4C2. Grayscale: #545454. Windows color (decimal): -5231811 or 4008880. OLE color: 4008880.

HSL color Cylindrical-coordinate representation of color #B02B3D: hue angle of 351.88º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02B3D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB1764361-
CMYK00.760.650.31
HSL351.88º60.73%42.94%-
HSV(B)351.88º75.57%69.02%-
XYZ19.6111.295.56-
YUV84.82114.56193.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.86%
GREEN value IS 43 (17.19% from 255) = 15.36%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=62.86%
G=15.36%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176436100.760.650.31351.8860.7342.94
HexB02B3D04C411F1603d2b
Octal26053750114101375407553
Binary1011000010101111110101001100100000111111101100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B3D; }

 p { color: rgb(176,43,61); }

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

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

 a { background-color: rgb(176,43,61); }

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

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

 span { border-color: rgb(176,43,61); }

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