#BB070F

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

Shades of Venetian Red #BB070F

Tints of Venetian Red #BB070F

Color information

#BB070F (or 0xBB070F) is unknown color: approx Venetian Red. HEX triplet: BB, 07 and 0F. RGB value is (187,7,15). Sum of RGB (Red+Green+Blue) = 187+7+15=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB070F is #44F8F0. Grayscale: #3D3D3D. Windows color (decimal): -4520177 or 985019. OLE color: 985019.

HSL color Cylindrical-coordinate representation of color #BB070F: hue angle of 357.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB070F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB187715-
CMYK00.960.920.27
HSL357.33º92.78%38.04%-
HSV(B)357.33º96.26%73.33%-
XYZ20.6610.751.44-
YUV61.73101.63217.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.47%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=89.47%
G=3.35%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18771500.960.920.27357.3392.7838.04
HexBB7F0605C1B1655d26
Octal27371701401343354513546
Binary101110111111111011000001011100110111011001011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB070F; }

 p { color: rgb(187,7,15); }

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

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

 a { background-color: rgb(187,7,15); }

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

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

 span { border-color: rgb(187,7,15); }

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