Html Css Color HEX #BB0129 Venetian Red

📋 copy color: '#BB0129'

red 187 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #BB0129

Tints of Venetian Red #BB0129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 81.66%
G = 0.44%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB0129 (or 0xBB0129) is known color: Venetian Red. HEX triplet: BB, 01 and 29. RGB value is (187,1,41). Sum of RGB (Red+Green+Blue) = 187+1+41=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0129 is #44FED6. Grayscale: #3D3D3D. Windows color (decimal): -4521687 or 2687419. OLE color: 2687419.

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

Color convert

RGB 187 1 41 -
CMYK 0 0.99 0.78 0.27
HSL 347.1º 0.99% 0.37% -
HSV(B) 347.1º 0.99% 0.73% -
XYZ 20.9 10.75 3.07 -
YUV 61.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 187 1 41 0 0.99 0.78 0.27 347.1 0.99 0.37
Hex BB 1 29 0 63 4E 1B 15B 63 25
Octal 273 1 51 0 143 116 33 533 143 45
Binary 10111011 1 101001 0 1100011 1001110 11011 101011011 1100011 100101

Color Harmonies of #BB0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0129

Black with #BB0129

Text Example


Text Example

White with #BB0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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