Html Css Color HEX #BB001A Venetian Red

📋 copy color: '#BB001A'

red 187 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #BB001A

Tints of Venetian Red #BB001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 87.79%
G = 0%
B = 12.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB001A (or 0xBB001A) is known color: Venetian Red. HEX triplet: BB, 00 and 1A. RGB value is (187,0,26). Sum of RGB (Red+Green+Blue) = 187+0+26=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB001A is #44FFE5. Grayscale: #3A3A3A. Windows color (decimal): -4521958 or 1704123. OLE color: 1704123.

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

Color convert

RGB 187 0 26 -
CMYK 0 1 0.86 0.27
HSL 351.66º 1% 0.37% -
HSV(B) 351.66º 1% 0.73% -
XYZ 20.68 10.64 1.94 -
YUV 58.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 187 0 26 0 1 0.86 0.27 351.66 1 0.37
Hex BB 0 1A 0 64 56 1B 160 64 25
Octal 273 0 32 0 144 126 33 540 144 45
Binary 10111011 0 11010 0 1100100 1010110 11011 101100000 1100100 100101

Color Harmonies of #BB001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB001A

Black with #BB001A

Text Example


Text Example

White with #BB001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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