Html Css Color HEX #B2121B Venetian Red

📋 copy color: '#B2121B'

red 178 ◦ green 18 ◦ blue 27

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

Shades of Venetian Red #B2121B

Tints of Venetian Red #B2121B

RGB

 RED value IS 178 (69.92% from 255) = 79.82%

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

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

R = 79.82%
G = 8.07%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2121B (or 0xB2121B) is known color: Venetian Red. HEX triplet: B2, 12 and 1B. RGB value is (178,18,27). Sum of RGB (Red+Green+Blue) = 178+18+27=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2121B is #4DEDE4. Grayscale: #424242. Windows color (decimal): -5107173 or 1774258. OLE color: 1774258.

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

Color convert

RGB 178 18 27 -
CMYK 0 0.90 0.85 0.30
HSL 356.63º 0.82% 0.38% -
HSV(B) 356.63º 0.9% 0.7% -
XYZ 18.77 9.98 1.97 -
YUV 66.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 178 18 27 0 0.90 0.85 0.30 356.63 0.82 0.38
Hex B2 12 1B 0 5A 55 1E 165 52 26
Octal 262 22 33 0 132 125 36 545 122 46
Binary 10110010 10010 11011 0 1011010 1010101 11110 101100101 1010010 100110

Color Harmonies of #B2121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2121B

Black with #B2121B

Text Example


Text Example

White with #B2121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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