Html Css Color HEX #BB0617 Venetian Red

📋 copy color: '#BB0617'

red 187 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #BB0617

Tints of Venetian Red #BB0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

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

R = 86.57%
G = 2.78%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0617 (or 0xBB0617) is known color: Venetian Red. HEX triplet: BB, 06 and 17. RGB value is (187,6,23). Sum of RGB (Red+Green+Blue) = 187+6+23=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0617 is #44F9E8. Grayscale: #3E3E3E. Windows color (decimal): -4520425 or 1509051. OLE color: 1509051.

HSL color Cylindrical-coordinate representation of color #BB0617: hue angle of 354.36º degrees, saturation: 0.94, 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 #BB0617 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 23 -
CMYK 0 0.97 0.88 0.27
HSL 354.36º 0.94% 0.38% -
HSV(B) 354.36º 0.97% 0.73% -
XYZ 20.71 10.76 1.8 -
YUV 62.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 187 6 23 0 0.97 0.88 0.27 354.36 0.94 0.38
Hex BB 6 17 0 61 58 1B 162 5E 26
Octal 273 6 27 0 141 130 33 542 136 46
Binary 10111011 110 10111 0 1100001 1011000 11011 101100010 1011110 100110

Color Harmonies of #BB0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0617

Black with #BB0617

Text Example


Text Example

White with #BB0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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