Html Css Color HEX #B2111F Venetian Red

📋 copy color: '#B2111F'

red 178 ◦ green 17 ◦ blue 31

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

Shades of Venetian Red #B2111F

Tints of Venetian Red #B2111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 78.76%
G = 7.52%
B = 13.72%

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

#B2111F (or 0xB2111F) is known color: Venetian Red. HEX triplet: B2, 11 and 1F. RGB value is (178,17,31). Sum of RGB (Red+Green+Blue) = 178+17+31=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2111F is #4DEEE0. Grayscale: #424242. Windows color (decimal): -5107425 or 2036146. OLE color: 2036146.

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

Color convert

RGB 178 17 31 -
CMYK 0 0.90 0.83 0.30
HSL 354.78º 0.83% 0.38% -
HSV(B) 354.78º 0.9% 0.7% -
XYZ 18.81 9.96 2.23 -
YUV 66.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 178 17 31 0 0.90 0.83 0.30 354.78 0.83 0.38
Hex B2 11 1F 0 5A 53 1E 163 53 26
Octal 262 21 37 0 132 123 36 543 123 46
Binary 10110010 10001 11111 0 1011010 1010011 11110 101100011 1010011 100110

Color Harmonies of #B2111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2111F

Black with #B2111F

Text Example


Text Example

White with #B2111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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