Html Css Color HEX #B80823 Venetian Red

📋 copy color: '#B80823'

red 184 ◦ green 8 ◦ blue 35

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

Shades of Venetian Red #B80823

Tints of Venetian Red #B80823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 81.06%
G = 3.52%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B80823 (or 0xB80823) is known color: Venetian Red. HEX triplet: B8, 08 and 23. RGB value is (184,8,35). Sum of RGB (Red+Green+Blue) = 184+8+35=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B80823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80823 is #47F7DC. Grayscale: #3F3F3F. Windows color (decimal): -4716509 or 2295992. OLE color: 2295992.

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

Color convert

RGB 184 8 35 -
CMYK 0 0.96 0.81 0.28
HSL 350.8º 0.92% 0.38% -
HSV(B) 350.8º 0.96% 0.72% -
XYZ 20.16 10.49 2.55 -
YUV 63.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 184 8 35 0 0.96 0.81 0.28 350.8 0.92 0.38
Hex B8 8 23 0 60 51 1C 15F 5C 26
Octal 270 10 43 0 140 121 34 537 134 46
Binary 10111000 1000 100011 0 1100000 1010001 11100 101011111 1011100 100110

Color Harmonies of #B80823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80823

Black with #B80823

Text Example


Text Example

White with #B80823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80823; }

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

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

background-color css

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

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

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

border-color css

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

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

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