Html Css Color HEX #B2101A Venetian Red

📋 copy color: '#B2101A'

red 178 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #B2101A

Tints of Venetian Red #B2101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 80.91%
G = 7.27%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2101A (or 0xB2101A) is known color: Venetian Red. HEX triplet: B2, 10 and 1A. RGB value is (178,16,26). Sum of RGB (Red+Green+Blue) = 178+16+26=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B2101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2101A is #4DEFE5. Grayscale: #414141. Windows color (decimal): -5107686 or 1708210. OLE color: 1708210.

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

Color convert

RGB 178 16 26 -
CMYK 0 0.91 0.85 0.30
HSL 356.3º 0.84% 0.38% -
HSV(B) 356.3º 0.91% 0.7% -
XYZ 18.73 9.91 1.9 -
YUV 65.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 178 16 26 0 0.91 0.85 0.30 356.3 0.84 0.38
Hex B2 10 1A 0 5B 55 1E 164 54 26
Octal 262 20 32 0 133 125 36 544 124 46
Binary 10110010 10000 11010 0 1011011 1010101 11110 101100100 1010100 100110

Color Harmonies of #B2101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2101A

Black with #B2101A

Text Example


Text Example

White with #B2101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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