#B02F37

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

Shades of Brick Red #B02F37

Tints of Brick Red #B02F37

Color information

#B02F37 (or 0xB02F37) is unknown color: approx Brick Red. HEX triplet: B0, 2F and 37. RGB value is (176,47,55). Sum of RGB (Red+Green+Blue) = 176+47+55=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F37 is #4FD0C8. Grayscale: #565656. Windows color (decimal): -5230793 or 3616688. OLE color: 3616688.

HSL color Cylindrical-coordinate representation of color #B02F37: hue angle of 356.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02F37 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1764755-
CMYK00.730.690.31
HSL356.28º57.85%43.73%-
HSV(B)356.28º73.3%69.02%-
XYZ19.6111.544.81-
YUV86.48110.24191.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.31%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=63.31%
G=16.91%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176475500.730.690.31356.2857.8543.73
HexB02F37049451F1643a2c
Octal26057670111105375447254
Binary1011000010111111011101001001100010111111101100100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F37; }

 p { color: rgb(176,47,55); }

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

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

 a { background-color: rgb(176,47,55); }

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

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

 span { border-color: rgb(176,47,55); }

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