Html Css Color HEX #BB072B Venetian Red

📋 copy color: '#BB072B'

red 187 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #BB072B

Tints of Venetian Red #BB072B

RGB

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

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

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

R = 78.9%
G = 2.95%
B = 18.14%

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

#BB072B (or 0xBB072B) is known color: Venetian Red. HEX triplet: BB, 07 and 2B. RGB value is (187,7,43). Sum of RGB (Red+Green+Blue) = 187+7+43=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB072B is #44F8D4. Grayscale: #404040. Windows color (decimal): -4520149 or 2820027. OLE color: 2820027.

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

Color convert

RGB 187 7 43 -
CMYK 0 0.96 0.77 0.27
HSL 348º 0.93% 0.38% -
HSV(B) 348º 0.96% 0.73% -
XYZ 21.01 10.89 3.28 -
YUV 64.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 187 7 43 0 0.96 0.77 0.27 348 0.93 0.38
Hex BB 7 2B 0 60 4D 1B 15C 5D 26
Octal 273 7 53 0 140 115 33 534 135 46
Binary 10111011 111 101011 0 1100000 1001101 11011 101011100 1011101 100110

Color Harmonies of #BB072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB072B

Black with #BB072B

Text Example


Text Example

White with #BB072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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