Html Css Color HEX #BB0223 Venetian Red

📋 copy color: '#BB0223'

red 187 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #BB0223

Tints of Venetian Red #BB0223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 83.48%
G = 0.89%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB0223 (or 0xBB0223) is known color: Venetian Red. HEX triplet: BB, 02 and 23. RGB value is (187,2,35). Sum of RGB (Red+Green+Blue) = 187+2+35=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0223 is #44FDDC. Grayscale: #3D3D3D. Windows color (decimal): -4521437 or 2294459. OLE color: 2294459.

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

Color convert

RGB 187 2 35 -
CMYK 0 0.99 0.81 0.27
HSL 349.3º 0.98% 0.37% -
HSV(B) 349.3º 0.99% 0.73% -
XYZ 20.82 10.73 2.56 -
YUV 61.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 187 2 35 0 0.99 0.81 0.27 349.3 0.98 0.37
Hex BB 2 23 0 63 51 1B 15D 62 25
Octal 273 2 43 0 143 121 33 535 142 45
Binary 10111011 10 100011 0 1100011 1010001 11011 101011101 1100010 100101

Color Harmonies of #BB0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0223

Black with #BB0223

Text Example


Text Example

White with #BB0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0223; }

 p { color: rgb(187,2,35); }

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

background-color css

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

 a { background-color: rgb(187,2,35); }

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

border-color css

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

 span { border-color: rgb(187,2,35); }

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