Html Css Color HEX #B8031B Venetian Red

📋 copy color: '#B8031B'

red 184 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #B8031B

Tints of Venetian Red #B8031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 85.98%
G = 1.4%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8031B (or 0xB8031B) is known color: Venetian Red. HEX triplet: B8, 03 and 1B. RGB value is (184,3,27). Sum of RGB (Red+Green+Blue) = 184+3+27=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B8031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8031B is #47FCE4. Grayscale: #3B3B3B. Windows color (decimal): -4717797 or 1770424. OLE color: 1770424.

HSL color Cylindrical-coordinate representation of color #B8031B: hue angle of 352.04º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8031B is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 27 -
CMYK 0 0.98 0.85 0.28
HSL 352.04º 0.97% 0.37% -
HSV(B) 352.04º 0.98% 0.72% -
XYZ 20 10.33 1.98 -
YUV 59.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 184 3 27 0 0.98 0.85 0.28 352.04 0.97 0.37
Hex B8 3 1B 0 62 55 1C 160 61 25
Octal 270 3 33 0 142 125 34 540 141 45
Binary 10111000 11 11011 0 1100010 1010101 11100 101100000 1100001 100101

Color Harmonies of #B8031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8031B

Black with #B8031B

Text Example


Text Example

White with #B8031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8031B; }

 p { color: rgb(184,3,27); }

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

background-color css

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

 a { background-color: rgb(184,3,27); }

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

border-color css

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

 span { border-color: rgb(184,3,27); }

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