Html Css Color HEX #BB0316 Venetian Red

📋 copy color: '#BB0316'

red 187 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #BB0316

Tints of Venetian Red #BB0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 88.21%
G = 1.42%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0316 (or 0xBB0316) is known color: Venetian Red. HEX triplet: BB, 03 and 16. RGB value is (187,3,22). Sum of RGB (Red+Green+Blue) = 187+3+22=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0316 is #44FCE9. Grayscale: #3C3C3C. Windows color (decimal): -4521194 or 1442747. OLE color: 1442747.

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

Color convert

RGB 187 3 22 -
CMYK 0 0.98 0.88 0.27
HSL 353.8º 0.97% 0.37% -
HSV(B) 353.8º 0.98% 0.73% -
XYZ 20.67 10.69 1.73 -
YUV 60.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 187 3 22 0 0.98 0.88 0.27 353.8 0.97 0.37
Hex BB 3 16 0 62 58 1B 162 61 25
Octal 273 3 26 0 142 130 33 542 141 45
Binary 10111011 11 10110 0 1100010 1011000 11011 101100010 1100001 100101

Color Harmonies of #BB0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0316

Black with #BB0316

Text Example


Text Example

White with #BB0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0316; }

 p { color: rgb(187,3,22); }

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

background-color css

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

 a { background-color: rgb(187,3,22); }

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

border-color css

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

 span { border-color: rgb(187,3,22); }

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