Html Css Color HEX #BB000F Venetian Red

📋 copy color: '#BB000F'

red 187 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #BB000F

Tints of Venetian Red #BB000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 92.57%
G = 0%
B = 7.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB000F (or 0xBB000F) is known color: Venetian Red. HEX triplet: BB, 00 and 0F. RGB value is (187,0,15). Sum of RGB (Red+Green+Blue) = 187+0+15=202 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.57% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 187 - color contains mainly: red. Hex color #BB000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB000F is #44FFF0. Grayscale: #393939. Windows color (decimal): -4521969 or 983227. OLE color: 983227.

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

Color convert

RGB 187 0 15 -
CMYK 0 1 0.92 0.27
HSL 355.19º 1% 0.37% -
HSV(B) 355.19º 1% 0.73% -
XYZ 20.58 10.6 1.41 -
YUV 57.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 187 0 15 0 1 0.92 0.27 355.19 1 0.37
Hex BB 0 F 0 64 5C 1B 163 64 25
Octal 273 0 17 0 144 134 33 543 144 45
Binary 10111011 0 1111 0 1100100 1011100 11011 101100011 1100100 100101

Color Harmonies of #BB000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB000F

Black with #BB000F

Text Example


Text Example

White with #BB000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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