Html Css Color HEX #B2111A Venetian Red

📋 copy color: '#B2111A'

red 178 ◦ green 17 ◦ blue 26

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

Shades of Venetian Red #B2111A

Tints of Venetian Red #B2111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 80.54%
G = 7.69%
B = 11.76%

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

#B2111A (or 0xB2111A) is known color: Venetian Red. HEX triplet: B2, 11 and 1A. RGB value is (178,17,26). Sum of RGB (Red+Green+Blue) = 178+17+26=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B2111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2111A is #4DEEE5. Grayscale: #424242. Windows color (decimal): -5107430 or 1708466. OLE color: 1708466.

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

Color convert

RGB 178 17 26 -
CMYK 0 0.90 0.85 0.30
HSL 356.65º 0.83% 0.38% -
HSV(B) 356.65º 0.9% 0.7% -
XYZ 18.75 9.94 1.91 -
YUV 66.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 178 17 26 0 0.90 0.85 0.30 356.65 0.83 0.38
Hex B2 11 1A 0 5A 55 1E 165 53 26
Octal 262 21 32 0 132 125 36 545 123 46
Binary 10110010 10001 11010 0 1011010 1010101 11110 101100101 1010011 100110

Color Harmonies of #B2111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2111A

Black with #B2111A

Text Example


Text Example

White with #B2111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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