#BB071D

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

Shades of Venetian Red #BB071D

Tints of Venetian Red #BB071D

Color information

#BB071D (or 0xBB071D) is unknown color: approx Venetian Red. HEX triplet: BB, 07 and 1D. RGB value is (187,7,29). Sum of RGB (Red+Green+Blue) = 187+7+29=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB071D is #44F8E2. Grayscale: #3F3F3F. Windows color (decimal): -4520163 or 1902523. OLE color: 1902523.

HSL color Cylindrical-coordinate representation of color #BB071D: hue angle of 352.67º 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 #BB071D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB187729-
CMYK00.960.840.27
HSL352.67º92.78%38.04%-
HSV(B)352.67º96.26%73.33%-
XYZ20.7910.812.15-
YUV63.33108.63216.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 83.86%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=83.86%
G=3.14%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18772900.960.840.27352.6792.7838.04
HexBB71D060541B1615d26
Octal27373501401243354113546
Binary1011101111111101011000001010100110111011000011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB071D; }

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

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

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

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

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

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

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

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