Html Css Color HEX #B80A1A Venetian Red

📋 copy color: '#B80A1A'

red 184 ◦ green 10 ◦ blue 26

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

Shades of Venetian Red #B80A1A

Tints of Venetian Red #B80A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.55%

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

R = 83.64%
G = 4.55%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B80A1A (or 0xB80A1A) is known color: Venetian Red. HEX triplet: B8, 0A and 1A. RGB value is (184,10,26). Sum of RGB (Red+Green+Blue) = 184+10+26=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A1A is #47F5E5. Grayscale: #3F3F3F. Windows color (decimal): -4716006 or 1706680. OLE color: 1706680.

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

Color convert

RGB 184 10 26 -
CMYK 0 0.95 0.86 0.28
HSL 354.48º 0.9% 0.38% -
HSV(B) 354.48º 0.95% 0.72% -
XYZ 20.06 10.48 1.94 -
YUV 63.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 184 10 26 0 0.95 0.86 0.28 354.48 0.9 0.38
Hex B8 A 1A 0 5F 56 1C 162 5A 26
Octal 270 12 32 0 137 126 34 542 132 46
Binary 10111000 1010 11010 0 1011111 1010110 11100 101100010 1011010 100110

Color Harmonies of #B80A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A1A

Black with #B80A1A

Text Example


Text Example

White with #B80A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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