Html Css Color HEX #BB0628 Venetian Red

📋 copy color: '#BB0628'

red 187 ◦ green 6 ◦ blue 40

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

Shades of Venetian Red #BB0628

Tints of Venetian Red #BB0628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 80.26%
G = 2.58%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB0628 (or 0xBB0628) is known color: Venetian Red. HEX triplet: BB, 06 and 28. RGB value is (187,6,40). Sum of RGB (Red+Green+Blue) = 187+6+40=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0628 is #44F9D7. Grayscale: #404040. Windows color (decimal): -4520408 or 2623163. OLE color: 2623163.

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

Color convert

RGB 187 6 40 -
CMYK 0 0.97 0.79 0.27
HSL 348.73º 0.94% 0.38% -
HSV(B) 348.73º 0.97% 0.73% -
XYZ 20.94 10.85 3 -
YUV 64 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 187 6 40 0 0.97 0.79 0.27 348.73 0.94 0.38
Hex BB 6 28 0 61 4F 1B 15D 5E 26
Octal 273 6 50 0 141 117 33 535 136 46
Binary 10111011 110 101000 0 1100001 1001111 11011 101011101 1011110 100110

Color Harmonies of #BB0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0628

Black with #BB0628

Text Example


Text Example

White with #BB0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0628; }

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

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

background-color css

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

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

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

border-color css

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

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

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