Html Css Color HEX #BB0125 Venetian Red

📋 copy color: '#BB0125'

red 187 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #BB0125

Tints of Venetian Red #BB0125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 83.11%
G = 0.44%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB0125 (or 0xBB0125) is known color: Venetian Red. HEX triplet: BB, 01 and 25. RGB value is (187,1,37). Sum of RGB (Red+Green+Blue) = 187+1+37=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0125 is #44FEDA. Grayscale: #3C3C3C. Windows color (decimal): -4521691 or 2425275. OLE color: 2425275.

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

Color convert

RGB 187 1 37 -
CMYK 0 0.99 0.80 0.27
HSL 348.39º 0.99% 0.37% -
HSV(B) 348.39º 0.99% 0.73% -
XYZ 20.84 10.72 2.72 -
YUV 60.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 187 1 37 0 0.99 0.80 0.27 348.39 0.99 0.37
Hex BB 1 25 0 63 50 1B 15C 63 25
Octal 273 1 45 0 143 120 33 534 143 45
Binary 10111011 1 100101 0 1100011 1010000 11011 101011100 1100011 100101

Color Harmonies of #BB0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0125

Black with #BB0125

Text Example


Text Example

White with #BB0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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