Html Css Color HEX #BB0719 Venetian Red

📋 copy color: '#BB0719'

red 187 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #BB0719

Tints of Venetian Red #BB0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 85.39%
G = 3.2%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB0719 (or 0xBB0719) is known color: Venetian Red. HEX triplet: BB, 07 and 19. RGB value is (187,7,25). Sum of RGB (Red+Green+Blue) = 187+7+25=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0719 is #44F8E6. Grayscale: #3E3E3E. Windows color (decimal): -4520167 or 1640379. OLE color: 1640379.

HSL color Cylindrical-coordinate representation of color #BB0719: hue angle of 354º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0719 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 25 -
CMYK 0 0.96 0.87 0.27
HSL 354º 0.93% 0.38% -
HSV(B) 354º 0.96% 0.73% -
XYZ 20.74 10.79 1.91 -
YUV 62.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 187 7 25 0 0.96 0.87 0.27 354 0.93 0.38
Hex BB 7 19 0 60 57 1B 162 5D 26
Octal 273 7 31 0 140 127 33 542 135 46
Binary 10111011 111 11001 0 1100000 1010111 11011 101100010 1011101 100110

Color Harmonies of #BB0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0719

Black with #BB0719

Text Example


Text Example

White with #BB0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0719; }

 p { color: rgb(187,7,25); }

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

background-color css

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

 a { background-color: rgb(187,7,25); }

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

border-color css

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

 span { border-color: rgb(187,7,25); }

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