Html Css Color HEX #B0091B Venetian Red

📋 copy color: '#B0091B'

red 176 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #B0091B

Tints of Venetian Red #B0091B

RGB

 RED value IS 176 (69.14% from 255) = 83.02%

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

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 83.02%
G = 4.25%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0091B (or 0xB0091B) is known color: Venetian Red. HEX triplet: B0, 09 and 1B. RGB value is (176,9,27). Sum of RGB (Red+Green+Blue) = 176+9+27=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B0091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0091B is #4FF6E4. Grayscale: #3D3D3D. Windows color (decimal): -5240549 or 1771952. OLE color: 1771952.

HSL color Cylindrical-coordinate representation of color #B0091B: hue angle of 353.53º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0091B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 27 -
CMYK 0 0.95 0.85 0.31
HSL 353.53º 0.9% 0.36% -
HSV(B) 353.53º 0.95% 0.69% -
XYZ 18.2 9.5 1.91 -
YUV 60.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 176 9 27 0 0.95 0.85 0.31 353.53 0.9 0.36
Hex B0 9 1B 0 5F 55 1F 162 5A 24
Octal 260 11 33 0 137 125 37 542 132 44
Binary 10110000 1001 11011 0 1011111 1010101 11111 101100010 1011010 100100

Color Harmonies of #B0091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0091B

Black with #B0091B

Text Example


Text Example

White with #B0091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0091B; }

 p { color: rgb(176,9,27); }

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

background-color css

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

 a { background-color: rgb(176,9,27); }

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

border-color css

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

 span { border-color: rgb(176,9,27); }

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