Html Css Color HEX #BB0010 Venetian Red

📋 copy color: '#BB0010'

red 187 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #BB0010

Tints of Venetian Red #BB0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 92.12%
G = 0%
B = 7.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0010 (or 0xBB0010) is known color: Venetian Red. HEX triplet: BB, 00 and 10. RGB value is (187,0,16). Sum of RGB (Red+Green+Blue) = 187+0+16=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0010 is #44FFEF. Grayscale: #393939. Windows color (decimal): -4521968 or 1048763. OLE color: 1048763.

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

Color convert

RGB 187 0 16 -
CMYK 0 1 0.91 0.27
HSL 354.87º 1% 0.37% -
HSV(B) 354.87º 1% 0.73% -
XYZ 20.59 10.6 1.45 -
YUV 57.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 187 0 16 0 1 0.91 0.27 354.87 1 0.37
Hex BB 0 10 0 64 5B 1B 163 64 25
Octal 273 0 20 0 144 133 33 543 144 45
Binary 10111011 0 10000 0 1100100 1011011 11011 101100011 1100100 100101

Color Harmonies of #BB0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0010

Black with #BB0010

Text Example


Text Example

White with #BB0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0010; }

 p { color: rgb(187,0,16); }

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

background-color css

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

 a { background-color: rgb(187,0,16); }

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

border-color css

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

 span { border-color: rgb(187,0,16); }

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