Html Css Color HEX #BB0128 Venetian Red

📋 copy color: '#BB0128'

red 187 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #BB0128

Tints of Venetian Red #BB0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 82.02%
G = 0.44%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB0128 (or 0xBB0128) is known color: Venetian Red. HEX triplet: BB, 01 and 28. RGB value is (187,1,40). Sum of RGB (Red+Green+Blue) = 187+1+40=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0128 is #44FED7. Grayscale: #3D3D3D. Windows color (decimal): -4521688 or 2621883. OLE color: 2621883.

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

Color convert

RGB 187 1 40 -
CMYK 0 0.99 0.79 0.27
HSL 347.42º 0.99% 0.37% -
HSV(B) 347.42º 0.99% 0.73% -
XYZ 20.89 10.74 2.98 -
YUV 61.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 187 1 40 0 0.99 0.79 0.27 347.42 0.99 0.37
Hex BB 1 28 0 63 4F 1B 15B 63 25
Octal 273 1 50 0 143 117 33 533 143 45
Binary 10111011 1 101000 0 1100011 1001111 11011 101011011 1100011 100101

Color Harmonies of #BB0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0128

Black with #BB0128

Text Example


Text Example

White with #BB0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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