Html Css Color HEX #B8081F Venetian Red

📋 copy color: '#B8081F'

red 184 ◦ green 8 ◦ blue 31

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

Shades of Venetian Red #B8081F

Tints of Venetian Red #B8081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 82.51%
G = 3.59%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8081F (or 0xB8081F) is known color: Venetian Red. HEX triplet: B8, 08 and 1F. RGB value is (184,8,31). Sum of RGB (Red+Green+Blue) = 184+8+31=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B8081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8081F is #47F7E0. Grayscale: #3F3F3F. Windows color (decimal): -4716513 or 2033848. OLE color: 2033848.

HSL color Cylindrical-coordinate representation of color #B8081F: hue angle of 352.16º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8081F is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 31 -
CMYK 0 0.96 0.83 0.28
HSL 352.16º 0.92% 0.38% -
HSV(B) 352.16º 0.96% 0.72% -
XYZ 20.1 10.46 2.26 -
YUV 63.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 184 8 31 0 0.96 0.83 0.28 352.16 0.92 0.38
Hex B8 8 1F 0 60 53 1C 160 5C 26
Octal 270 10 37 0 140 123 34 540 134 46
Binary 10111000 1000 11111 0 1100000 1010011 11100 101100000 1011100 100110

Color Harmonies of #B8081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8081F

Black with #B8081F

Text Example


Text Example

White with #B8081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8081F; }

 p { color: rgb(184,8,31); }

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

background-color css

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

 a { background-color: rgb(184,8,31); }

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

border-color css

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

 span { border-color: rgb(184,8,31); }

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