Html Css Color HEX #BB101D Venetian Red

📋 copy color: '#BB101D'

red 187 ◦ green 16 ◦ blue 29

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

Shades of Venetian Red #BB101D

Tints of Venetian Red #BB101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 80.6%
G = 6.9%
B = 12.5%

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

#BB101D (or 0xBB101D) is known color: Venetian Red. HEX triplet: BB, 10 and 1D. RGB value is (187,16,29). Sum of RGB (Red+Green+Blue) = 187+16+29=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB101D is #44EFE2. Grayscale: #444444. Windows color (decimal): -4517859 or 1904827. OLE color: 1904827.

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

Color convert

RGB 187 16 29 -
CMYK 0 0.91 0.84 0.27
HSL 355.44º 0.84% 0.4% -
HSV(B) 355.44º 0.91% 0.73% -
XYZ 20.9 11.02 2.19 -
YUV 68.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 187 16 29 0 0.91 0.84 0.27 355.44 0.84 0.4
Hex BB 10 1D 0 5B 54 1B 163 54 28
Octal 273 20 35 0 133 124 33 543 124 50
Binary 10111011 10000 11101 0 1011011 1010100 11011 101100011 1010100 101000

Color Harmonies of #BB101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB101D

Black with #BB101D

Text Example


Text Example

White with #BB101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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