Html Css Color HEX #B80C1A Venetian Red

📋 copy color: '#B80C1A'

red 184 ◦ green 12 ◦ blue 26

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

Shades of Venetian Red #B80C1A

Tints of Venetian Red #B80C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

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

R = 82.88%
G = 5.41%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B80C1A (or 0xB80C1A) is known color: Venetian Red. HEX triplet: B8, 0C and 1A. RGB value is (184,12,26). Sum of RGB (Red+Green+Blue) = 184+12+26=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80C1A is #47F3E5. Grayscale: #414141. Windows color (decimal): -4715494 or 1707192. OLE color: 1707192.

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

Color convert

RGB 184 12 26 -
CMYK 0 0.93 0.86 0.28
HSL 355.12º 0.88% 0.38% -
HSV(B) 355.12º 0.93% 0.72% -
XYZ 20.09 10.53 1.95 -
YUV 65.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 184 12 26 0 0.93 0.86 0.28 355.12 0.88 0.38
Hex B8 C 1A 0 5D 56 1C 163 58 26
Octal 270 14 32 0 135 126 34 543 130 46
Binary 10111000 1100 11010 0 1011101 1010110 11100 101100011 1011000 100110

Color Harmonies of #B80C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80C1A

Black with #B80C1A

Text Example


Text Example

White with #B80C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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