Html Css Color HEX #BB0F1D Venetian Red

📋 copy color: '#BB0F1D'

red 187 ◦ green 15 ◦ blue 29

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

Shades of Venetian Red #BB0F1D

Tints of Venetian Red #BB0F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 80.95%
G = 6.49%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB0F1D (or 0xBB0F1D) is known color: Venetian Red. HEX triplet: BB, 0F and 1D. RGB value is (187,15,29). Sum of RGB (Red+Green+Blue) = 187+15+29=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F1D is #44F0E2. Grayscale: #444444. Windows color (decimal): -4518115 or 1904571. OLE color: 1904571.

HSL color Cylindrical-coordinate representation of color #BB0F1D: hue angle of 355.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F1D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 29 -
CMYK 0 0.92 0.84 0.27
HSL 355.12º 0.85% 0.4% -
HSV(B) 355.12º 0.92% 0.73% -
XYZ 20.89 11 2.18 -
YUV 68.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 187 15 29 0 0.92 0.84 0.27 355.12 0.85 0.4
Hex BB F 1D 0 5C 54 1B 163 55 28
Octal 273 17 35 0 134 124 33 543 125 50
Binary 10111011 1111 11101 0 1011100 1010100 11011 101100011 1010101 101000

Color Harmonies of #BB0F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F1D

Black with #BB0F1D

Text Example


Text Example

White with #BB0F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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