Html Css Color HEX #B8131C Venetian Red

📋 copy color: '#B8131C'

red 184 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #B8131C

Tints of Venetian Red #B8131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 79.65%
G = 8.23%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8131C (or 0xB8131C) is known color: Venetian Red. HEX triplet: B8, 13 and 1C. RGB value is (184,19,28). Sum of RGB (Red+Green+Blue) = 184+19+28=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8131C is #47ECE3. Grayscale: #454545. Windows color (decimal): -4713700 or 1840056. OLE color: 1840056.

HSL color Cylindrical-coordinate representation of color #B8131C: hue angle of 356.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8131C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 28 -
CMYK 0 0.90 0.85 0.28
HSL 356.73º 0.81% 0.4% -
HSV(B) 356.73º 0.9% 0.72% -
XYZ 20.21 10.74 2.11 -
YUV 69.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 184 19 28 0 0.90 0.85 0.28 356.73 0.81 0.4
Hex B8 13 1C 0 5A 55 1C 165 51 28
Octal 270 23 34 0 132 125 34 545 121 50
Binary 10111000 10011 11100 0 1011010 1010101 11100 101100101 1010001 101000

Color Harmonies of #B8131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8131C

Black with #B8131C

Text Example


Text Example

White with #B8131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8131C; }

 p { color: rgb(184,19,28); }

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

background-color css

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

 a { background-color: rgb(184,19,28); }

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

border-color css

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

 span { border-color: rgb(184,19,28); }

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