Html Css Color HEX #BB0005 Venetian Red

📋 copy color: '#BB0005'

red 187 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #BB0005

Tints of Venetian Red #BB0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 97.4%
G = 0%
B = 2.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB0005 (or 0xBB0005) is known color: Venetian Red. HEX triplet: BB, 00 and 05. RGB value is (187,0,5). Sum of RGB (Red+Green+Blue) = 187+0+5=192 (25% of max value = 765). Red value is 187 (73.44% from 255 or 97.40% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0005 is #44FFFA. Grayscale: #383838. Windows color (decimal): -4521979 or 327867. OLE color: 327867.

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

Color convert

RGB 187 0 5 -
CMYK 0 1 0.97 0.27
HSL 358.4º 1% 0.37% -
HSV(B) 358.4º 1% 0.73% -
XYZ 20.52 10.58 1.1 -
YUV 56.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 187 0 5 0 1 0.97 0.27 358.4 1 0.37
Hex BB 0 5 0 64 61 1B 166 64 25
Octal 273 0 5 0 144 141 33 546 144 45
Binary 10111011 0 101 0 1100100 1100001 11011 101100110 1100100 100101

Color Harmonies of #BB0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0005

Black with #BB0005

Text Example


Text Example

White with #BB0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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