Html Css Color HEX #B7151B Venetian Red

📋 copy color: '#B7151B'

red 183 ◦ green 21 ◦ blue 27

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

Shades of Venetian Red #B7151B

Tints of Venetian Red #B7151B

RGB

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

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

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

R = 79.22%
G = 9.09%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7151B (or 0xB7151B) is known color: Venetian Red. HEX triplet: B7, 15 and 1B. RGB value is (183,21,27). Sum of RGB (Red+Green+Blue) = 183+21+27=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B7151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7151B is #48EAE4. Grayscale: #464646. Windows color (decimal): -4778725 or 1775031. OLE color: 1775031.

HSL color Cylindrical-coordinate representation of color #B7151B: hue angle of 357.78º 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 #B7151B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 27 -
CMYK 0 0.89 0.85 0.28
HSL 357.78º 0.79% 0.4% -
HSV(B) 357.78º 0.89% 0.72% -
XYZ 19.99 10.68 2.05 -
YUV 70.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 183 21 27 0 0.89 0.85 0.28 357.78 0.79 0.4
Hex B7 15 1B 0 59 55 1C 166 4F 28
Octal 267 25 33 0 131 125 34 546 117 50
Binary 10110111 10101 11011 0 1011001 1010101 11100 101100110 1001111 101000

Color Harmonies of #B7151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7151B

Black with #B7151B

Text Example


Text Example

White with #B7151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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