Html Css Color HEX #BB011C Venetian Red

📋 copy color: '#BB011C'

red 187 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #BB011C

Tints of Venetian Red #BB011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 86.57%
G = 0.46%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB011C (or 0xBB011C) is known color: Venetian Red. HEX triplet: BB, 01 and 1C. RGB value is (187,1,28). Sum of RGB (Red+Green+Blue) = 187+1+28=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB011C is #44FEE3. Grayscale: #3B3B3B. Windows color (decimal): -4521700 or 1835451. OLE color: 1835451.

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

Color convert

RGB 187 1 28 -
CMYK 0 0.99 0.85 0.27
HSL 351.29º 0.99% 0.37% -
HSV(B) 351.29º 0.99% 0.73% -
XYZ 20.71 10.67 2.07 -
YUV 59.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 187 1 28 0 0.99 0.85 0.27 351.29 0.99 0.37
Hex BB 1 1C 0 63 55 1B 15F 63 25
Octal 273 1 34 0 143 125 33 537 143 45
Binary 10111011 1 11100 0 1100011 1010101 11011 101011111 1100011 100101

Color Harmonies of #BB011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB011C

Black with #BB011C

Text Example


Text Example

White with #BB011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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