Html Css Color HEX #BB0102 Venetian Red

📋 copy color: '#BB0102'

red 187 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #BB0102

Tints of Venetian Red #BB0102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 98.42%
G = 0.53%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB0102 (or 0xBB0102) is known color: Venetian Red. HEX triplet: BB, 01 and 02. RGB value is (187,1,2). Sum of RGB (Red+Green+Blue) = 187+1+2=190 (25% of max value = 765). Red value is 187 (73.44% from 255 or 98.42% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0102 is #44FEFD. Grayscale: #383838. Windows color (decimal): -4521726 or 131515. OLE color: 131515.

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

Color convert

RGB 187 1 2 -
CMYK 0 0.99 0.99 0.27
HSL 359.68º 0.99% 0.37% -
HSV(B) 359.68º 0.99% 0.73% -
XYZ 20.52 10.59 1.02 -
YUV 56.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 187 1 2 0 0.99 0.99 0.27 359.68 0.99 0.37
Hex BB 1 2 0 63 63 1B 168 63 25
Octal 273 1 2 0 143 143 33 550 143 45
Binary 10111011 1 10 0 1100011 1100011 11011 101101000 1100011 100101

Color Harmonies of #BB0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0102

Black with #BB0102

Text Example


Text Example

White with #BB0102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0102; }

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

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

background-color css

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

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

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

border-color css

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

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

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