Html Css Color HEX #BB082B Venetian Red

📋 copy color: '#BB082B'

red 187 ◦ green 8 ◦ blue 43

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

Shades of Venetian Red #BB082B

Tints of Venetian Red #BB082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 78.57%
G = 3.36%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB082B (or 0xBB082B) is known color: Venetian Red. HEX triplet: BB, 08 and 2B. RGB value is (187,8,43). Sum of RGB (Red+Green+Blue) = 187+8+43=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB082B is #44F7D4. Grayscale: #414141. Windows color (decimal): -4519893 or 2820283. OLE color: 2820283.

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

Color convert

RGB 187 8 43 -
CMYK 0 0.96 0.77 0.27
HSL 348.27º 0.92% 0.38% -
HSV(B) 348.27º 0.96% 0.73% -
XYZ 21.02 10.91 3.28 -
YUV 65.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 187 8 43 0 0.96 0.77 0.27 348.27 0.92 0.38
Hex BB 8 2B 0 60 4D 1B 15C 5C 26
Octal 273 10 53 0 140 115 33 534 134 46
Binary 10111011 1000 101011 0 1100000 1001101 11011 101011100 1011100 100110

Color Harmonies of #BB082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB082B

Black with #BB082B

Text Example


Text Example

White with #BB082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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