Html Css Color HEX #BB1015 Venetian Red

📋 copy color: '#BB1015'

red 187 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #BB1015

Tints of Venetian Red #BB1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 83.48%
G = 7.14%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1015 (or 0xBB1015) is known color: Venetian Red. HEX triplet: BB, 10 and 15. RGB value is (187,16,21). Sum of RGB (Red+Green+Blue) = 187+16+21=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1015 is #44EFEA. Grayscale: #434343. Windows color (decimal): -4517867 or 1380539. OLE color: 1380539.

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

Color convert

RGB 187 16 21 -
CMYK 0 0.91 0.89 0.27
HSL 358.25º 0.84% 0.4% -
HSV(B) 358.25º 0.91% 0.73% -
XYZ 20.81 10.99 1.73 -
YUV 67.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 187 16 21 0 0.91 0.89 0.27 358.25 0.84 0.4
Hex BB 10 15 0 5B 59 1B 166 54 28
Octal 273 20 25 0 133 131 33 546 124 50
Binary 10111011 10000 10101 0 1011011 1011001 11011 101100110 1010100 101000

Color Harmonies of #BB1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1015

Black with #BB1015

Text Example


Text Example

White with #BB1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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