Html Css Color HEX #BB0825 Venetian Red

📋 copy color: '#BB0825'

red 187 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #BB0825

Tints of Venetian Red #BB0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 80.6%
G = 3.45%
B = 15.95%

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

#BB0825 (or 0xBB0825) is known color: Venetian Red. HEX triplet: BB, 08 and 25. RGB value is (187,8,37). Sum of RGB (Red+Green+Blue) = 187+8+37=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0825 is #44F7DA. Grayscale: #404040. Windows color (decimal): -4519899 or 2427067. OLE color: 2427067.

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

Color convert

RGB 187 8 37 -
CMYK 0 0.96 0.80 0.27
HSL 350.28º 0.92% 0.38% -
HSV(B) 350.28º 0.96% 0.73% -
XYZ 20.91 10.87 2.75 -
YUV 64.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 187 8 37 0 0.96 0.80 0.27 350.28 0.92 0.38
Hex BB 8 25 0 60 50 1B 15E 5C 26
Octal 273 10 45 0 140 120 33 536 134 46
Binary 10111011 1000 100101 0 1100000 1010000 11011 101011110 1011100 100110

Color Harmonies of #BB0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0825

Black with #BB0825

Text Example


Text Example

White with #BB0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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