Html Css Color HEX #B2131A Venetian Red

📋 copy color: '#B2131A'

red 178 ◦ green 19 ◦ blue 26

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

Shades of Venetian Red #B2131A

Tints of Venetian Red #B2131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

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

R = 79.82%
G = 8.52%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2131A (or 0xB2131A) is known color: Venetian Red. HEX triplet: B2, 13 and 1A. RGB value is (178,19,26). Sum of RGB (Red+Green+Blue) = 178+19+26=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2131A is #4DECE5. Grayscale: #434343. Windows color (decimal): -5106918 or 1708978. OLE color: 1708978.

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

Color convert

RGB 178 19 26 -
CMYK 0 0.89 0.85 0.30
HSL 357.36º 0.81% 0.39% -
HSV(B) 357.36º 0.89% 0.7% -
XYZ 18.78 10.01 1.92 -
YUV 67.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 178 19 26 0 0.89 0.85 0.30 357.36 0.81 0.39
Hex B2 13 1A 0 59 55 1E 165 51 27
Octal 262 23 32 0 131 125 36 545 121 47
Binary 10110010 10011 11010 0 1011001 1010101 11110 101100101 1010001 100111

Color Harmonies of #B2131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2131A

Black with #B2131A

Text Example


Text Example

White with #B2131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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