Html Css Color HEX #BB001F Venetian Red

📋 copy color: '#BB001F'

red 187 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #BB001F

Tints of Venetian Red #BB001F

RGB

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

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

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

R = 85.78%
G = 0%
B = 14.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB001F (or 0xBB001F) is known color: Venetian Red. HEX triplet: BB, 00 and 1F. RGB value is (187,0,31). Sum of RGB (Red+Green+Blue) = 187+0+31=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB001F is #44FFE0. Grayscale: #3B3B3B. Windows color (decimal): -4521953 or 2031803. OLE color: 2031803.

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

Color convert

RGB 187 0 31 -
CMYK 0 1 0.83 0.27
HSL 350.05º 1% 0.37% -
HSV(B) 350.05º 1% 0.73% -
XYZ 20.74 10.66 2.26 -
YUV 59.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 187 0 31 0 1 0.83 0.27 350.05 1 0.37
Hex BB 0 1F 0 64 53 1B 15E 64 25
Octal 273 0 37 0 144 123 33 536 144 45
Binary 10111011 0 11111 0 1100100 1010011 11011 101011110 1100100 100101

Color Harmonies of #BB001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB001F

Black with #BB001F

Text Example


Text Example

White with #BB001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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