Html Css Color HEX #BB052C Venetian Red

📋 copy color: '#BB052C'

red 187 ◦ green 5 ◦ blue 44

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

Shades of Venetian Red #BB052C

Tints of Venetian Red #BB052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 79.24%
G = 2.12%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB052C (or 0xBB052C) is known color: Venetian Red. HEX triplet: BB, 05 and 2C. RGB value is (187,5,44). Sum of RGB (Red+Green+Blue) = 187+5+44=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB052C is #44FAD3. Grayscale: #3F3F3F. Windows color (decimal): -4520660 or 2885051. OLE color: 2885051.

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

Color convert

RGB 187 5 44 -
CMYK 0 0.97 0.76 0.27
HSL 347.14º 0.95% 0.38% -
HSV(B) 347.14º 0.97% 0.73% -
XYZ 21 10.86 3.37 -
YUV 63.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 187 5 44 0 0.97 0.76 0.27 347.14 0.95 0.38
Hex BB 5 2C 0 61 4C 1B 15B 5F 26
Octal 273 5 54 0 141 114 33 533 137 46
Binary 10111011 101 101100 0 1100001 1001100 11011 101011011 1011111 100110

Color Harmonies of #BB052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB052C

Black with #BB052C

Text Example


Text Example

White with #BB052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB052C; }

 p { color: rgb(187,5,44); }

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

background-color css

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

 a { background-color: rgb(187,5,44); }

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

border-color css

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

 span { border-color: rgb(187,5,44); }

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