Html Css Color HEX #B8141A Venetian Red

📋 copy color: '#B8141A'

red 184 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #B8141A

Tints of Venetian Red #B8141A

RGB

 RED value IS 184 (72.27% from 255) = 80%

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

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

R = 80%
G = 8.7%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8141A (or 0xB8141A) is known color: Venetian Red. HEX triplet: B8, 14 and 1A. RGB value is (184,20,26). Sum of RGB (Red+Green+Blue) = 184+20+26=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8141A is #47EBE5. Grayscale: #454545. Windows color (decimal): -4713446 or 1709240. OLE color: 1709240.

HSL color Cylindrical-coordinate representation of color #B8141A: hue angle of 357.8º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8141A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 26 -
CMYK 0 0.89 0.86 0.28
HSL 357.8º 0.8% 0.4% -
HSV(B) 357.8º 0.89% 0.72% -
XYZ 20.2 10.77 1.99 -
YUV 69.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 184 20 26 0 0.89 0.86 0.28 357.8 0.8 0.4
Hex B8 14 1A 0 59 56 1C 166 50 28
Octal 270 24 32 0 131 126 34 546 120 50
Binary 10111000 10100 11010 0 1011001 1010110 11100 101100110 1010000 101000

Color Harmonies of #B8141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8141A

Black with #B8141A

Text Example


Text Example

White with #B8141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8141A; }

 p { color: rgb(184,20,26); }

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

background-color css

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

 a { background-color: rgb(184,20,26); }

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

border-color css

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

 span { border-color: rgb(184,20,26); }

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