Html Css Color HEX #B80A1B Venetian Red

📋 copy color: '#B80A1B'

red 184 ◦ green 10 ◦ blue 27

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

Shades of Venetian Red #B80A1B

Tints of Venetian Red #B80A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 83.26%
G = 4.52%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B80A1B (or 0xB80A1B) is known color: Venetian Red. HEX triplet: B8, 0A and 1B. RGB value is (184,10,27). Sum of RGB (Red+Green+Blue) = 184+10+27=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A1B is #47F5E4. Grayscale: #404040. Windows color (decimal): -4716005 or 1772216. OLE color: 1772216.

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

Color convert

RGB 184 10 27 -
CMYK 0 0.95 0.85 0.28
HSL 354.14º 0.9% 0.38% -
HSV(B) 354.14º 0.95% 0.72% -
XYZ 20.07 10.49 2 -
YUV 63.96 107.15 213.62 -
System Red Green Blue C M Y K H S L
Decimal 184 10 27 0 0.95 0.85 0.28 354.14 0.9 0.38
Hex B8 A 1B 0 5F 55 1C 162 5A 26
Octal 270 12 33 0 137 125 34 542 132 46
Binary 10111000 1010 11011 0 1011111 1010101 11100 101100010 1011010 100110

Color Harmonies of #B80A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A1B

Black with #B80A1B

Text Example


Text Example

White with #B80A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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