Html Css Color HEX #BB0025 Venetian Red

📋 copy color: '#BB0025'

red 187 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #BB0025

Tints of Venetian Red #BB0025

RGB

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

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

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

R = 83.48%
G = 0%
B = 16.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB0025 (or 0xBB0025) is known color: Venetian Red. HEX triplet: BB, 00 and 25. RGB value is (187,0,37). Sum of RGB (Red+Green+Blue) = 187+0+37=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0025 is #44FFDA. Grayscale: #3C3C3C. Windows color (decimal): -4521947 or 2425019. OLE color: 2425019.

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

Color convert

RGB 187 0 37 -
CMYK 0 1 0.80 0.27
HSL 348.13º 1% 0.37% -
HSV(B) 348.13º 1% 0.73% -
XYZ 20.83 10.7 2.72 -
YUV 60.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 187 0 37 0 1 0.80 0.27 348.13 1 0.37
Hex BB 0 25 0 64 50 1B 15C 64 25
Octal 273 0 45 0 144 120 33 534 144 45
Binary 10111011 0 100101 0 1100100 1010000 11011 101011100 1100100 100101

Color Harmonies of #BB0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0025

Black with #BB0025

Text Example


Text Example

White with #BB0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0025; }

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

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

background-color css

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

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

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

border-color css

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

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

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