Html Css Color HEX #BB101F Venetian Red

📋 copy color: '#BB101F'

red 187 ◦ green 16 ◦ blue 31

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

Shades of Venetian Red #BB101F

Tints of Venetian Red #BB101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 79.91%
G = 6.84%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB101F (or 0xBB101F) is known color: Venetian Red. HEX triplet: BB, 10 and 1F. RGB value is (187,16,31). Sum of RGB (Red+Green+Blue) = 187+16+31=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB101F is #44EFE0. Grayscale: #444444. Windows color (decimal): -4517857 or 2035899. OLE color: 2035899.

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

Color convert

RGB 187 16 31 -
CMYK 0 0.91 0.83 0.27
HSL 354.74º 0.84% 0.4% -
HSV(B) 354.74º 0.91% 0.73% -
XYZ 20.93 11.03 2.32 -
YUV 68.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 187 16 31 0 0.91 0.83 0.27 354.74 0.84 0.4
Hex BB 10 1F 0 5B 53 1B 163 54 28
Octal 273 20 37 0 133 123 33 543 124 50
Binary 10111011 10000 11111 0 1011011 1010011 11011 101100011 1010100 101000

Color Harmonies of #BB101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB101F

Black with #BB101F

Text Example


Text Example

White with #BB101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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