Html Css Color HEX #B8151D Venetian Red

📋 copy color: '#B8151D'

red 184 ◦ green 21 ◦ blue 29

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

Shades of Venetian Red #B8151D

Tints of Venetian Red #B8151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

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

R = 78.63%
G = 8.97%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8151D (or 0xB8151D) is known color: Venetian Red. HEX triplet: B8, 15 and 1D. RGB value is (184,21,29). Sum of RGB (Red+Green+Blue) = 184+21+29=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8151D is #47EAE2. Grayscale: #464646. Windows color (decimal): -4713187 or 1906104. OLE color: 1906104.

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

Color convert

RGB 184 21 29 -
CMYK 0 0.89 0.84 0.28
HSL 357.06º 0.8% 0.4% -
HSV(B) 357.06º 0.89% 0.72% -
XYZ 20.26 10.82 2.18 -
YUV 70.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 184 21 29 0 0.89 0.84 0.28 357.06 0.8 0.4
Hex B8 15 1D 0 59 54 1C 165 50 28
Octal 270 25 35 0 131 124 34 545 120 50
Binary 10111000 10101 11101 0 1011001 1010100 11100 101100101 1010000 101000

Color Harmonies of #B8151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8151D

Black with #B8151D

Text Example


Text Example

White with #B8151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8151D; }

 p { color: rgb(184,21,29); }

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

background-color css

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

 a { background-color: rgb(184,21,29); }

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

border-color css

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

 span { border-color: rgb(184,21,29); }

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