Html Css Color HEX #B8081A Venetian Red

📋 copy color: '#B8081A'

red 184 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #B8081A

Tints of Venetian Red #B8081A

RGB

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

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

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

R = 84.4%
G = 3.67%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8081A (or 0xB8081A) is known color: Venetian Red. HEX triplet: B8, 08 and 1A. RGB value is (184,8,26). Sum of RGB (Red+Green+Blue) = 184+8+26=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8081A is #47F7E5. Grayscale: #3E3E3E. Windows color (decimal): -4716518 or 1706168. OLE color: 1706168.

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

Color convert

RGB 184 8 26 -
CMYK 0 0.96 0.86 0.28
HSL 353.86º 0.92% 0.38% -
HSV(B) 353.86º 0.96% 0.72% -
XYZ 20.04 10.44 1.94 -
YUV 62.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 184 8 26 0 0.96 0.86 0.28 353.86 0.92 0.38
Hex B8 8 1A 0 60 56 1C 162 5C 26
Octal 270 10 32 0 140 126 34 542 134 46
Binary 10111000 1000 11010 0 1100000 1010110 11100 101100010 1011100 100110

Color Harmonies of #B8081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8081A

Black with #B8081A

Text Example


Text Example

White with #B8081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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