Html Css Color HEX #B2141D Venetian Red

📋 copy color: '#B2141D'

red 178 ◦ green 20 ◦ blue 29

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

Shades of Venetian Red #B2141D

Tints of Venetian Red #B2141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 78.41%
G = 8.81%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2141D (or 0xB2141D) is known color: Venetian Red. HEX triplet: B2, 14 and 1D. RGB value is (178,20,29). Sum of RGB (Red+Green+Blue) = 178+20+29=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B2141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2141D is #4DEBE2. Grayscale: #444444. Windows color (decimal): -5106659 or 1905842. OLE color: 1905842.

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

Color convert

RGB 178 20 29 -
CMYK 0 0.89 0.84 0.30
HSL 356.58º 0.8% 0.39% -
HSV(B) 356.58º 0.89% 0.7% -
XYZ 18.83 10.05 2.11 -
YUV 68.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 178 20 29 0 0.89 0.84 0.30 356.58 0.8 0.39
Hex B2 14 1D 0 59 54 1E 165 50 27
Octal 262 24 35 0 131 124 36 545 120 47
Binary 10110010 10100 11101 0 1011001 1010100 11110 101100101 1010000 100111

Color Harmonies of #B2141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2141D

Black with #B2141D

Text Example


Text Example

White with #B2141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2141D; }

 p { color: rgb(178,20,29); }

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

background-color css

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

 a { background-color: rgb(178,20,29); }

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

border-color css

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

 span { border-color: rgb(178,20,29); }

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