Html Css Color HEX #BB001C Venetian Red

📋 copy color: '#BB001C'

red 187 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #BB001C

Tints of Venetian Red #BB001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 86.98%
G = 0%
B = 13.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB001C (or 0xBB001C) is known color: Venetian Red. HEX triplet: BB, 00 and 1C. RGB value is (187,0,28). Sum of RGB (Red+Green+Blue) = 187+0+28=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB001C is #44FFE3. Grayscale: #3B3B3B. Windows color (decimal): -4521956 or 1835195. OLE color: 1835195.

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

Color convert

RGB 187 0 28 -
CMYK 0 1 0.85 0.27
HSL 351.02º 1% 0.37% -
HSV(B) 351.02º 1% 0.73% -
XYZ 20.7 10.65 2.06 -
YUV 59.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 187 0 28 0 1 0.85 0.27 351.02 1 0.37
Hex BB 0 1C 0 64 55 1B 15F 64 25
Octal 273 0 34 0 144 125 33 537 144 45
Binary 10111011 0 11100 0 1100100 1010101 11011 101011111 1100100 100101

Color Harmonies of #BB001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB001C

Black with #BB001C

Text Example


Text Example

White with #BB001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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