Html Css Color HEX #BB0104 Venetian Red

📋 copy color: '#BB0104'

red 187 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #BB0104

Tints of Venetian Red #BB0104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 4 (1.95% from 255) = 2.08%

R = 97.4%
G = 0.52%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0104 (or 0xBB0104) is known color: Venetian Red. HEX triplet: BB, 01 and 04. RGB value is (187,1,4). Sum of RGB (Red+Green+Blue) = 187+1+4=192 (25% of max value = 765). Red value is 187 (73.44% from 255 or 97.40% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0104 is #44FEFB. Grayscale: #393939. Windows color (decimal): -4521724 or 262587. OLE color: 262587.

HSL color Cylindrical-coordinate representation of color #BB0104: hue angle of 359.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 4 -
CMYK 0 0.99 0.98 0.27
HSL 359.03º 0.99% 0.37% -
HSV(B) 359.03º 0.99% 0.73% -
XYZ 20.53 10.6 1.08 -
YUV 56.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 187 1 4 0 0.99 0.98 0.27 359.03 0.99 0.37
Hex BB 1 4 0 63 62 1B 167 63 25
Octal 273 1 4 0 143 142 33 547 143 45
Binary 10111011 1 100 0 1100011 1100010 11011 101100111 1100011 100101

Color Harmonies of #BB0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0104

Black with #BB0104

Text Example


Text Example

White with #BB0104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0104; }

 p { color: rgb(187,1,4); }

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

background-color css

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

 a { background-color: rgb(187,1,4); }

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

border-color css

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

 span { border-color: rgb(187,1,4); }

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