Html Css Color HEX #BB0113 Venetian Red

📋 copy color: '#BB0113'

red 187 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #BB0113

Tints of Venetian Red #BB0113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 90.34%
G = 0.48%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB0113 (or 0xBB0113) is known color: Venetian Red. HEX triplet: BB, 01 and 13. RGB value is (187,1,19). Sum of RGB (Red+Green+Blue) = 187+1+19=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0113 is #44FEEC. Grayscale: #3A3A3A. Windows color (decimal): -4521709 or 1245627. OLE color: 1245627.

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

Color convert

RGB 187 1 19 -
CMYK 0 0.99 0.90 0.27
HSL 354.19º 0.99% 0.37% -
HSV(B) 354.19º 0.99% 0.73% -
XYZ 20.62 10.63 1.58 -
YUV 58.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 187 1 19 0 0.99 0.90 0.27 354.19 0.99 0.37
Hex BB 1 13 0 63 5A 1B 162 63 25
Octal 273 1 23 0 143 132 33 542 143 45
Binary 10111011 1 10011 0 1100011 1011010 11011 101100010 1100011 100101

Color Harmonies of #BB0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0113

Black with #BB0113

Text Example


Text Example

White with #BB0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0113; }

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

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

background-color css

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

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

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

border-color css

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

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

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