Html Css Color HEX #BB0106 Venetian Red

📋 copy color: '#BB0106'

red 187 ◦ green 1 ◦ blue 6

#BB0106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BB0106

Tints of Venetian Red #BB0106

RGB

 RED value IS 187 (73.44% from 255) = 96.39%

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 6 (2.73% from 255) = 3.09%

R = 96.39%
G = 0.52%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB0106 (or 0xBB0106) is known color: Venetian Red. HEX triplet: BB, 01 and 06. RGB value is (187,1,6). Sum of RGB (Red+Green+Blue) = 187+1+6=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0106 is #44FEF9. Grayscale: #393939. Windows color (decimal): -4521722 or 393659. OLE color: 393659.

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

Color convert

RGB 187 1 6 -
CMYK 0 0.99 0.97 0.27
HSL 358.39º 0.99% 0.37% -
HSV(B) 358.39º 0.99% 0.73% -
XYZ 20.54 10.6 1.14 -
YUV 57.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 187 1 6 0 0.99 0.97 0.27 358.39 0.99 0.37
Hex BB 1 6 0 63 61 1B 166 63 25
Octal 273 1 6 0 143 141 33 546 143 45
Binary 10111011 1 110 0 1100011 1100001 11011 101100110 1100011 100101

Color Harmonies of #BB0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0106

Black with #BB0106

Text Example


Text Example

White with #BB0106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0106; }

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

 H1.HeaderClassName
 {
   color: #BB0106;
 }
 .AnyTagClassName
 {
   color: #BB0106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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