Html Css Color HEX #B8061A Venetian Red

📋 copy color: '#B8061A'

red 184 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #B8061A

Tints of Venetian Red #B8061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

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

R = 85.19%
G = 2.78%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8061A (or 0xB8061A) is known color: Venetian Red. HEX triplet: B8, 06 and 1A. RGB value is (184,6,26). Sum of RGB (Red+Green+Blue) = 184+6+26=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B8061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8061A is #47F9E5. Grayscale: #3D3D3D. Windows color (decimal): -4717030 or 1705656. OLE color: 1705656.

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

Color convert

RGB 184 6 26 -
CMYK 0 0.97 0.86 0.28
HSL 353.26º 0.94% 0.37% -
HSV(B) 353.26º 0.97% 0.72% -
XYZ 20.02 10.4 1.93 -
YUV 61.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 184 6 26 0 0.97 0.86 0.28 353.26 0.94 0.37
Hex B8 6 1A 0 61 56 1C 161 5E 25
Octal 270 6 32 0 141 126 34 541 136 45
Binary 10111000 110 11010 0 1100001 1010110 11100 101100001 1011110 100101

Color Harmonies of #B8061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8061A

Black with #B8061A

Text Example


Text Example

White with #B8061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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