Html Css Color HEX #BB0F1B Venetian Red

📋 copy color: '#BB0F1B'

red 187 ◦ green 15 ◦ blue 27

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

Shades of Venetian Red #BB0F1B

Tints of Venetian Red #BB0F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.55%

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 81.66%
G = 6.55%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB0F1B (or 0xBB0F1B) is known color: Venetian Red. HEX triplet: BB, 0F and 1B. RGB value is (187,15,27). Sum of RGB (Red+Green+Blue) = 187+15+27=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F1B is #44F0E4. Grayscale: #434343. Windows color (decimal): -4518117 or 1773499. OLE color: 1773499.

HSL color Cylindrical-coordinate representation of color #BB0F1B: hue angle of 355.81º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F1B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 27 -
CMYK 0 0.92 0.86 0.27
HSL 355.81º 0.85% 0.4% -
HSV(B) 355.81º 0.92% 0.73% -
XYZ 20.86 10.99 2.06 -
YUV 67.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 187 15 27 0 0.92 0.86 0.27 355.81 0.85 0.4
Hex BB F 1B 0 5C 56 1B 164 55 28
Octal 273 17 33 0 134 126 33 544 125 50
Binary 10111011 1111 11011 0 1011100 1010110 11011 101100100 1010101 101000

Color Harmonies of #BB0F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F1B

Black with #BB0F1B

Text Example


Text Example

White with #BB0F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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