Html Css Color HEX #BB0510 Venetian Red

📋 copy color: '#BB0510'

red 187 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #BB0510

Tints of Venetian Red #BB0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 89.9%
G = 2.4%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0510 (or 0xBB0510) is known color: Venetian Red. HEX triplet: BB, 05 and 10. RGB value is (187,5,16). Sum of RGB (Red+Green+Blue) = 187+5+16=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0510 is #44FAEF. Grayscale: #3C3C3C. Windows color (decimal): -4520688 or 1050043. OLE color: 1050043.

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

Color convert

RGB 187 5 16 -
CMYK 0 0.97 0.91 0.27
HSL 356.37º 0.95% 0.38% -
HSV(B) 356.37º 0.97% 0.73% -
XYZ 20.64 10.71 1.47 -
YUV 60.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 187 5 16 0 0.97 0.91 0.27 356.37 0.95 0.38
Hex BB 5 10 0 61 5B 1B 164 5F 26
Octal 273 5 20 0 141 133 33 544 137 46
Binary 10111011 101 10000 0 1100001 1011011 11011 101100100 1011111 100110

Color Harmonies of #BB0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0510

Black with #BB0510

Text Example


Text Example

White with #BB0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0510; }

 p { color: rgb(187,5,16); }

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

background-color css

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

 a { background-color: rgb(187,5,16); }

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

border-color css

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

 span { border-color: rgb(187,5,16); }

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