Html Css Color HEX #BB0022 Venetian Red

📋 copy color: '#BB0022'

red 187 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #BB0022

Tints of Venetian Red #BB0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB0022 (or 0xBB0022) is known color: Venetian Red. HEX triplet: BB, 00 and 22. RGB value is (187,0,34). Sum of RGB (Red+Green+Blue) = 187+0+34=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0022 is #44FFDD. Grayscale: #3B3B3B. Windows color (decimal): -4521950 or 2228411. OLE color: 2228411.

HSL color Cylindrical-coordinate representation of color #BB0022: hue angle of 349.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0022 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 34 -
CMYK 0 1 0.82 0.27
HSL 349.09º 1% 0.37% -
HSV(B) 349.09º 1% 0.73% -
XYZ 20.78 10.68 2.48 -
YUV 59.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 187 0 34 0 1 0.82 0.27 349.09 1 0.37
Hex BB 0 22 0 64 52 1B 15D 64 25
Octal 273 0 42 0 144 122 33 535 144 45
Binary 10111011 0 100010 0 1100100 1010010 11011 101011101 1100100 100101

Color Harmonies of #BB0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0022

Black with #BB0022

Text Example


Text Example

White with #BB0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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