Html Css Color HEX #B2131F Venetian Red

📋 copy color: '#B2131F'

red 178 ◦ green 19 ◦ blue 31

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

Shades of Venetian Red #B2131F

Tints of Venetian Red #B2131F

RGB

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

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

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

R = 78.07%
G = 8.33%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2131F (or 0xB2131F) is known color: Venetian Red. HEX triplet: B2, 13 and 1F. RGB value is (178,19,31). Sum of RGB (Red+Green+Blue) = 178+19+31=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B2131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2131F is #4DECE0. Grayscale: #444444. Windows color (decimal): -5106913 or 2036658. OLE color: 2036658.

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

Color convert

RGB 178 19 31 -
CMYK 0 0.89 0.83 0.30
HSL 355.47º 0.81% 0.39% -
HSV(B) 355.47º 0.89% 0.7% -
XYZ 18.84 10.03 2.24 -
YUV 67.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 178 19 31 0 0.89 0.83 0.30 355.47 0.81 0.39
Hex B2 13 1F 0 59 53 1E 163 51 27
Octal 262 23 37 0 131 123 36 543 121 47
Binary 10110010 10011 11111 0 1011001 1010011 11110 101100011 1010001 100111

Color Harmonies of #B2131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2131F

Black with #B2131F

Text Example


Text Example

White with #B2131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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