Html Css Color HEX #BB0925 Venetian Red

📋 copy color: '#BB0925'

red 187 ◦ green 9 ◦ blue 37

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

Shades of Venetian Red #BB0925

Tints of Venetian Red #BB0925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

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

R = 80.26%
G = 3.86%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB0925 (or 0xBB0925) is known color: Venetian Red. HEX triplet: BB, 09 and 25. RGB value is (187,9,37). Sum of RGB (Red+Green+Blue) = 187+9+37=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0925 is #44F6DA. Grayscale: #414141. Windows color (decimal): -4519643 or 2427323. OLE color: 2427323.

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

Color convert

RGB 187 9 37 -
CMYK 0 0.95 0.80 0.27
HSL 350.56º 0.91% 0.38% -
HSV(B) 350.56º 0.95% 0.73% -
XYZ 20.93 10.89 2.75 -
YUV 65.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 187 9 37 0 0.95 0.80 0.27 350.56 0.91 0.38
Hex BB 9 25 0 5F 50 1B 15F 5B 26
Octal 273 11 45 0 137 120 33 537 133 46
Binary 10111011 1001 100101 0 1011111 1010000 11011 101011111 1011011 100110

Color Harmonies of #BB0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0925

Black with #BB0925

Text Example


Text Example

White with #BB0925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0925; }

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

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

background-color css

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

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

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

border-color css

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

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

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