Html Css Color HEX #BB001D Venetian Red

📋 copy color: '#BB001D'

red 187 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #BB001D

Tints of Venetian Red #BB001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.43%

R = 86.57%
G = 0%
B = 13.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB001D (or 0xBB001D) is known color: Venetian Red. HEX triplet: BB, 00 and 1D. RGB value is (187,0,29). Sum of RGB (Red+Green+Blue) = 187+0+29=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB001D is #44FFE2. Grayscale: #3B3B3B. Windows color (decimal): -4521955 or 1900731. OLE color: 1900731.

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

Color convert

RGB 187 0 29 -
CMYK 0 1 0.84 0.27
HSL 350.7º 1% 0.37% -
HSV(B) 350.7º 1% 0.73% -
XYZ 20.72 10.65 2.13 -
YUV 59.22 110.95 219.14 -
System Red Green Blue C M Y K H S L
Decimal 187 0 29 0 1 0.84 0.27 350.7 1 0.37
Hex BB 0 1D 0 64 54 1B 15F 64 25
Octal 273 0 35 0 144 124 33 537 144 45
Binary 10111011 0 11101 0 1100100 1010100 11011 101011111 1100100 100101

Color Harmonies of #BB001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB001D

Black with #BB001D

Text Example


Text Example

White with #BB001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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