Html Css Color HEX #BB012A Venetian Red

📋 copy color: '#BB012A'

red 187 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #BB012A

Tints of Venetian Red #BB012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 81.3%
G = 0.43%
B = 18.26%

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

#BB012A (or 0xBB012A) is known color: Venetian Red. HEX triplet: BB, 01 and 2A. RGB value is (187,1,42). Sum of RGB (Red+Green+Blue) = 187+1+42=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB012A is #44FED5. Grayscale: #3D3D3D. Windows color (decimal): -4521686 or 2752955. OLE color: 2752955.

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

Color convert

RGB 187 1 42 -
CMYK 0 0.99 0.78 0.27
HSL 346.77º 0.99% 0.37% -
HSV(B) 346.77º 0.99% 0.73% -
XYZ 20.92 10.75 3.16 -
YUV 61.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 187 1 42 0 0.99 0.78 0.27 346.77 0.99 0.37
Hex BB 1 2A 0 63 4E 1B 15B 63 25
Octal 273 1 52 0 143 116 33 533 143 45
Binary 10111011 1 101010 0 1100011 1001110 11011 101011011 1100011 100101

Color Harmonies of #BB012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB012A

Black with #BB012A

Text Example


Text Example

White with #BB012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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