Html Css Color HEX #B7121D Venetian Red

📋 copy color: '#B7121D'

red 183 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #B7121D

Tints of Venetian Red #B7121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 79.57%
G = 7.83%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7121D (or 0xB7121D) is known color: Venetian Red. HEX triplet: B7, 12 and 1D. RGB value is (183,18,29). Sum of RGB (Red+Green+Blue) = 183+18+29=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7121D is #48EDE2. Grayscale: #444444. Windows color (decimal): -4779491 or 1905335. OLE color: 1905335.

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

Color convert

RGB 183 18 29 -
CMYK 0 0.90 0.84 0.28
HSL 356º 0.82% 0.39% -
HSV(B) 356º 0.9% 0.72% -
XYZ 19.97 10.59 2.15 -
YUV 68.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 183 18 29 0 0.90 0.84 0.28 356 0.82 0.39
Hex B7 12 1D 0 5A 54 1C 164 52 27
Octal 267 22 35 0 132 124 34 544 122 47
Binary 10110111 10010 11101 0 1011010 1010100 11100 101100100 1010010 100111

Color Harmonies of #B7121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7121D

Black with #B7121D

Text Example


Text Example

White with #B7121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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