Html Css Color HEX #BB0127 Venetian Red

📋 copy color: '#BB0127'

red 187 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #BB0127

Tints of Venetian Red #BB0127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 82.38%
G = 0.44%
B = 17.18%

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

#BB0127 (or 0xBB0127) is known color: Venetian Red. HEX triplet: BB, 01 and 27. RGB value is (187,1,39). Sum of RGB (Red+Green+Blue) = 187+1+39=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0127 is #44FED8. Grayscale: #3C3C3C. Windows color (decimal): -4521689 or 2556347. OLE color: 2556347.

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

Color convert

RGB 187 1 39 -
CMYK 0 0.99 0.79 0.27
HSL 347.74º 0.99% 0.37% -
HSV(B) 347.74º 0.99% 0.73% -
XYZ 20.87 10.73 2.89 -
YUV 60.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 187 1 39 0 0.99 0.79 0.27 347.74 0.99 0.37
Hex BB 1 27 0 63 4F 1B 15C 63 25
Octal 273 1 47 0 143 117 33 534 143 45
Binary 10111011 1 100111 0 1100011 1001111 11011 101011100 1100011 100101

Color Harmonies of #BB0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0127

Black with #BB0127

Text Example


Text Example

White with #BB0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0127; }

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

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

background-color css

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

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

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

border-color css

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

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

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