Html Css Color HEX #BB101E Venetian Red

📋 copy color: '#BB101E'

red 187 ◦ green 16 ◦ blue 30

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

Shades of Venetian Red #BB101E

Tints of Venetian Red #BB101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 80.26%
G = 6.87%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB101E (or 0xBB101E) is known color: Venetian Red. HEX triplet: BB, 10 and 1E. RGB value is (187,16,30). Sum of RGB (Red+Green+Blue) = 187+16+30=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB101E is #44EFE1. Grayscale: #444444. Windows color (decimal): -4517858 or 1970363. OLE color: 1970363.

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

Color convert

RGB 187 16 30 -
CMYK 0 0.91 0.84 0.27
HSL 355.09º 0.84% 0.4% -
HSV(B) 355.09º 0.91% 0.73% -
XYZ 20.91 11.03 2.25 -
YUV 68.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 187 16 30 0 0.91 0.84 0.27 355.09 0.84 0.4
Hex BB 10 1E 0 5B 54 1B 163 54 28
Octal 273 20 36 0 133 124 33 543 124 50
Binary 10111011 10000 11110 0 1011011 1010100 11011 101100011 1010100 101000

Color Harmonies of #BB101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB101E

Black with #BB101E

Text Example


Text Example

White with #BB101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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