Html Css Color HEX #B7121C Venetian Red

📋 copy color: '#B7121C'

red 183 ◦ green 18 ◦ blue 28

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

Shades of Venetian Red #B7121C

Tints of Venetian Red #B7121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 79.91%
G = 7.86%
B = 12.23%

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

#B7121C (or 0xB7121C) is known color: Venetian Red. HEX triplet: B7, 12 and 1C. RGB value is (183,18,28). Sum of RGB (Red+Green+Blue) = 183+18+28=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7121C is #48EDE3. Grayscale: #444444. Windows color (decimal): -4779492 or 1839799. OLE color: 1839799.

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

Color convert

RGB 183 18 28 -
CMYK 0 0.90 0.85 0.28
HSL 356.36º 0.82% 0.39% -
HSV(B) 356.36º 0.9% 0.72% -
XYZ 19.95 10.58 2.09 -
YUV 68.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 183 18 28 0 0.90 0.85 0.28 356.36 0.82 0.39
Hex B7 12 1C 0 5A 55 1C 164 52 27
Octal 267 22 34 0 132 125 34 544 122 47
Binary 10110111 10010 11100 0 1011010 1010101 11100 101100100 1010010 100111

Color Harmonies of #B7121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7121C

Black with #B7121C

Text Example


Text Example

White with #B7121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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