Html Css Color HEX #BB141B Venetian Red

📋 copy color: '#BB141B'

red 187 ◦ green 20 ◦ blue 27

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

Shades of Venetian Red #BB141B

Tints of Venetian Red #BB141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 79.91%
G = 8.55%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB141B (or 0xBB141B) is known color: Venetian Red. HEX triplet: BB, 14 and 1B. RGB value is (187,20,27). Sum of RGB (Red+Green+Blue) = 187+20+27=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141B is #44EBE4. Grayscale: #464646. Windows color (decimal): -4516837 or 1774779. OLE color: 1774779.

HSL color Cylindrical-coordinate representation of color #BB141B: hue angle of 357.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB141B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 27 -
CMYK 0 0.89 0.86 0.27
HSL 357.49º 0.81% 0.41% -
HSV(B) 357.49º 0.89% 0.73% -
XYZ 20.94 11.14 2.08 -
YUV 70.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 187 20 27 0 0.89 0.86 0.27 357.49 0.81 0.41
Hex BB 14 1B 0 59 56 1B 165 51 29
Octal 273 24 33 0 131 126 33 545 121 51
Binary 10111011 10100 11011 0 1011001 1010110 11011 101100101 1010001 101001

Color Harmonies of #BB141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB141B

Black with #BB141B

Text Example


Text Example

White with #BB141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB141B; }

 p { color: rgb(187,20,27); }

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

background-color css

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

 a { background-color: rgb(187,20,27); }

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

border-color css

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

 span { border-color: rgb(187,20,27); }

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