Html Css Color HEX #B7151A Venetian Red

📋 copy color: '#B7151A'

red 183 ◦ green 21 ◦ blue 26

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

Shades of Venetian Red #B7151A

Tints of Venetian Red #B7151A

RGB

 RED value IS 183 (71.88% from 255) = 79.57%

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 79.57%
G = 9.13%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7151A (or 0xB7151A) is known color: Venetian Red. HEX triplet: B7, 15 and 1A. RGB value is (183,21,26). Sum of RGB (Red+Green+Blue) = 183+21+26=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7151A is #48EAE5. Grayscale: #464646. Windows color (decimal): -4778726 or 1709495. OLE color: 1709495.

HSL color Cylindrical-coordinate representation of color #B7151A: hue angle of 358.15º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7151A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 26 -
CMYK 0 0.89 0.86 0.28
HSL 358.15º 0.79% 0.4% -
HSV(B) 358.15º 0.89% 0.72% -
XYZ 19.98 10.68 1.99 -
YUV 70.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 183 21 26 0 0.89 0.86 0.28 358.15 0.79 0.4
Hex B7 15 1A 0 59 56 1C 166 4F 28
Octal 267 25 32 0 131 126 34 546 117 50
Binary 10110111 10101 11010 0 1011001 1010110 11100 101100110 1001111 101000

Color Harmonies of #B7151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7151A

Black with #B7151A

Text Example


Text Example

White with #B7151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7151A; }

 p { color: rgb(183,21,26); }

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

background-color css

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

 a { background-color: rgb(183,21,26); }

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

border-color css

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

 span { border-color: rgb(183,21,26); }

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