Html Css Color HEX #BB0117 Venetian Red

📋 copy color: '#BB0117'

red 187 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #BB0117

Tints of Venetian Red #BB0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 88.63%
G = 0.47%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0117 (or 0xBB0117) is known color: Venetian Red. HEX triplet: BB, 01 and 17. RGB value is (187,1,23). Sum of RGB (Red+Green+Blue) = 187+1+23=211 (27% of max value = 765). Red value is 187 (73.44% from 255 or 88.63% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0117 is #44FEE8. Grayscale: #3B3B3B. Windows color (decimal): -4521705 or 1507771. OLE color: 1507771.

HSL color Cylindrical-coordinate representation of color #BB0117: hue angle of 352.9º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0117 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 23 -
CMYK 0 0.99 0.88 0.27
HSL 352.9º 0.99% 0.37% -
HSV(B) 352.9º 0.99% 0.73% -
XYZ 20.66 10.65 1.78 -
YUV 59.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 187 1 23 0 0.99 0.88 0.27 352.9 0.99 0.37
Hex BB 1 17 0 63 58 1B 161 63 25
Octal 273 1 27 0 143 130 33 541 143 45
Binary 10111011 1 10111 0 1100011 1011000 11011 101100001 1100011 100101

Color Harmonies of #BB0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0117

Black with #BB0117

Text Example


Text Example

White with #BB0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0117; }

 p { color: rgb(187,1,23); }

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

background-color css

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

 a { background-color: rgb(187,1,23); }

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

border-color css

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

 span { border-color: rgb(187,1,23); }

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