Html Css Color HEX #BB0023 Venetian Red

📋 copy color: '#BB0023'

red 187 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #BB0023

Tints of Venetian Red #BB0023

RGB

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

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

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

R = 84.23%
G = 0%
B = 15.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB0023 (or 0xBB0023) is known color: Venetian Red. HEX triplet: BB, 00 and 23. RGB value is (187,0,35). Sum of RGB (Red+Green+Blue) = 187+0+35=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0023 is #44FFDC. Grayscale: #3B3B3B. Windows color (decimal): -4521949 or 2293947. OLE color: 2293947.

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

Color convert

RGB 187 0 35 -
CMYK 0 1 0.81 0.27
HSL 348.77º 1% 0.37% -
HSV(B) 348.77º 1% 0.73% -
XYZ 20.8 10.69 2.56 -
YUV 59.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 187 0 35 0 1 0.81 0.27 348.77 1 0.37
Hex BB 0 23 0 64 51 1B 15D 64 25
Octal 273 0 43 0 144 121 33 535 144 45
Binary 10111011 0 100011 0 1100100 1010001 11011 101011101 1100100 100101

Color Harmonies of #BB0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0023

Black with #BB0023

Text Example


Text Example

White with #BB0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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