#bf2b38

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

Shades of Brick Red #BF2B38

Tints of Brick Red #BF2B38

Color information

#BF2B38 (or 0xBF2B38) is unknown color: approx Brick Red. HEX triplet: BF, 2B and 38. RGB value is (191,43,56). Sum of RGB (Red+Green+Blue) = 191+43+56=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B38 is #40D4C7. Grayscale: #585858. Windows color (decimal): -4248776 or 3681215. OLE color: 3681215.

HSL color Cylindrical-coordinate representation of color #BF2B38: hue angle of 354.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B38 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1914356-
CMYK00.770.710.25
HSL354.73º63.25%45.88%-
HSV(B)354.73º77.49%74.9%-
XYZ23.0613.095.05-
YUV88.73109.53200.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.86%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=65.86%
G=14.83%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191435600.770.710.25354.7363.2545.88
HexBF2B3804D47191633f2e
Octal27753700115107315437756
Binary1011111110101111100001001101100011111001101100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2b38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2b38; }

 p { color: rgb(191,43,56); }

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

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

 a { background-color: rgb(191,43,56); }

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

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

 span { border-color: rgb(191,43,56); }

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