Html Css Color HEX #B2121F Venetian Red

📋 copy color: '#B2121F'

red 178 ◦ green 18 ◦ blue 31

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

Shades of Venetian Red #B2121F

Tints of Venetian Red #B2121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 78.41%
G = 7.93%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2121F (or 0xB2121F) is known color: Venetian Red. HEX triplet: B2, 12 and 1F. RGB value is (178,18,31). Sum of RGB (Red+Green+Blue) = 178+18+31=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B2121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2121F is #4DEDE0. Grayscale: #434343. Windows color (decimal): -5107169 or 2036402. OLE color: 2036402.

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

Color convert

RGB 178 18 31 -
CMYK 0 0.90 0.83 0.30
HSL 355.13º 0.82% 0.38% -
HSV(B) 355.13º 0.9% 0.7% -
XYZ 18.82 10 2.23 -
YUV 67.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 178 18 31 0 0.90 0.83 0.30 355.13 0.82 0.38
Hex B2 12 1F 0 5A 53 1E 163 52 26
Octal 262 22 37 0 132 123 36 543 122 46
Binary 10110010 10010 11111 0 1011010 1010011 11110 101100011 1010010 100110

Color Harmonies of #B2121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2121F

Black with #B2121F

Text Example


Text Example

White with #B2121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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