Html Css Color HEX #BB0018 Venetian Red

📋 copy color: '#BB0018'

red 187 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #BB0018

Tints of Venetian Red #BB0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 88.63%
G = 0%
B = 11.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB0018 (or 0xBB0018) is known color: Venetian Red. HEX triplet: BB, 00 and 18. RGB value is (187,0,24). Sum of RGB (Red+Green+Blue) = 187+0+24=211 (27% of max value = 765). Red value is 187 (73.44% from 255 or 88.63% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0018 is #44FFE7. Grayscale: #3A3A3A. Windows color (decimal): -4521960 or 1573051. OLE color: 1573051.

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

Color convert

RGB 187 0 24 -
CMYK 0 1 0.87 0.27
HSL 352.3º 1% 0.37% -
HSV(B) 352.3º 1% 0.73% -
XYZ 20.66 10.63 1.83 -
YUV 58.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 187 0 24 0 1 0.87 0.27 352.3 1 0.37
Hex BB 0 18 0 64 57 1B 160 64 25
Octal 273 0 30 0 144 127 33 540 144 45
Binary 10111011 0 11000 0 1100100 1010111 11011 101100000 1100100 100101

Color Harmonies of #BB0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0018

Black with #BB0018

Text Example


Text Example

White with #BB0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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