Html Css Color HEX #B2161A Venetian Red

📋 copy color: '#B2161A'

red 178 ◦ green 22 ◦ blue 26

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

Shades of Venetian Red #B2161A

Tints of Venetian Red #B2161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

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

R = 78.76%
G = 9.73%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2161A (or 0xB2161A) is known color: Venetian Red. HEX triplet: B2, 16 and 1A. RGB value is (178,22,26). Sum of RGB (Red+Green+Blue) = 178+22+26=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2161A is #4DE9E5. Grayscale: #454545. Windows color (decimal): -5106150 or 1709746. OLE color: 1709746.

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

Color convert

RGB 178 22 26 -
CMYK 0 0.88 0.85 0.30
HSL 358.46º 0.78% 0.39% -
HSV(B) 358.46º 0.88% 0.7% -
XYZ 18.83 10.11 1.94 -
YUV 69.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 178 22 26 0 0.88 0.85 0.30 358.46 0.78 0.39
Hex B2 16 1A 0 58 55 1E 166 4E 27
Octal 262 26 32 0 130 125 36 546 116 47
Binary 10110010 10110 11010 0 1011000 1010101 11110 101100110 1001110 100111

Color Harmonies of #B2161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2161A

Black with #B2161A

Text Example


Text Example

White with #B2161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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