#BB062A

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

Shades of Venetian Red #BB062A

Tints of Venetian Red #BB062A

Color information

#BB062A (or 0xBB062A) is unknown color: approx Venetian Red. HEX triplet: BB, 06 and 2A. RGB value is (187,6,42). Sum of RGB (Red+Green+Blue) = 187+6+42=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB062A is #44F9D5. Grayscale: #404040. Windows color (decimal): -4520406 or 2754235. OLE color: 2754235.

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

Color convert

RGB187642-
CMYK00.970.780.27
HSL348.07º93.78%37.84%-
HSV(B)348.07º96.79%73.33%-
XYZ20.9810.863.18-
YUV64.22115.47215.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.57%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=79.57%
G=2.55%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18764200.970.780.27348.0793.7837.84
HexBB62A0614E1B15c5e26
Octal27365201411163353413646
Binary10111011110101010011000011001110110111010111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB062A; }

 p { color: rgb(187,6,42); }

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

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

 a { background-color: rgb(187,6,42); }

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

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

 span { border-color: rgb(187,6,42); }

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