Html Css Color HEX #BB0725 Venetian Red

📋 copy color: '#BB0725'

red 187 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #BB0725

Tints of Venetian Red #BB0725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 80.95%
G = 3.03%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB0725 (or 0xBB0725) is known color: Venetian Red. HEX triplet: BB, 07 and 25. RGB value is (187,7,37). Sum of RGB (Red+Green+Blue) = 187+7+37=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0725 is #44F8DA. Grayscale: #404040. Windows color (decimal): -4520155 or 2426811. OLE color: 2426811.

HSL color Cylindrical-coordinate representation of color #BB0725: hue angle of 350º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0725 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 37 -
CMYK 0 0.96 0.80 0.27
HSL 350º 0.93% 0.38% -
HSV(B) 350º 0.96% 0.73% -
XYZ 20.9 10.85 2.74 -
YUV 64.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 187 7 37 0 0.96 0.80 0.27 350 0.93 0.38
Hex BB 7 25 0 60 50 1B 15E 5D 26
Octal 273 7 45 0 140 120 33 536 135 46
Binary 10111011 111 100101 0 1100000 1010000 11011 101011110 1011101 100110

Color Harmonies of #BB0725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0725

Black with #BB0725

Text Example


Text Example

White with #BB0725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0725; }

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

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

background-color css

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

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

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

border-color css

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

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

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