Html Css Color HEX #BB0522 Venetian Red

📋 copy color: '#BB0522'

red 187 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #BB0522

Tints of Venetian Red #BB0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 82.74%
G = 2.21%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB0522 (or 0xBB0522) is known color: Venetian Red. HEX triplet: BB, 05 and 22. RGB value is (187,5,34). Sum of RGB (Red+Green+Blue) = 187+5+34=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0522 is #44FADD. Grayscale: #3E3E3E. Windows color (decimal): -4520670 or 2229691. OLE color: 2229691.

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

Color convert

RGB 187 5 34 -
CMYK 0 0.97 0.82 0.27
HSL 350.44º 0.95% 0.38% -
HSV(B) 350.44º 0.97% 0.73% -
XYZ 20.84 10.79 2.5 -
YUV 62.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 187 5 34 0 0.97 0.82 0.27 350.44 0.95 0.38
Hex BB 5 22 0 61 52 1B 15E 5F 26
Octal 273 5 42 0 141 122 33 536 137 46
Binary 10111011 101 100010 0 1100001 1010010 11011 101011110 1011111 100110

Color Harmonies of #BB0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0522

Black with #BB0522

Text Example


Text Example

White with #BB0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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