Html Css Color HEX #B7121B Venetian Red

📋 copy color: '#B7121B'

red 183 ◦ green 18 ◦ blue 27

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

Shades of Venetian Red #B7121B

Tints of Venetian Red #B7121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

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

R = 80.26%
G = 7.89%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7121B (or 0xB7121B) is known color: Venetian Red. HEX triplet: B7, 12 and 1B. RGB value is (183,18,27). Sum of RGB (Red+Green+Blue) = 183+18+27=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B7121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7121B is #48EDE4. Grayscale: #444444. Windows color (decimal): -4779493 or 1774263. OLE color: 1774263.

HSL color Cylindrical-coordinate representation of color #B7121B: hue angle of 356.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7121B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 27 -
CMYK 0 0.90 0.85 0.28
HSL 356.73º 0.82% 0.39% -
HSV(B) 356.73º 0.9% 0.72% -
XYZ 19.94 10.58 2.03 -
YUV 68.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 183 18 27 0 0.90 0.85 0.28 356.73 0.82 0.39
Hex B7 12 1B 0 5A 55 1C 165 52 27
Octal 267 22 33 0 132 125 34 545 122 47
Binary 10110111 10010 11011 0 1011010 1010101 11100 101100101 1010010 100111

Color Harmonies of #B7121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7121B

Black with #B7121B

Text Example


Text Example

White with #B7121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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