Html Css Color HEX #B80829 Venetian Red

📋 copy color: '#B80829'

red 184 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #B80829

Tints of Venetian Red #B80829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 78.97%
G = 3.43%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B80829 (or 0xB80829) is known color: Venetian Red. HEX triplet: B8, 08 and 29. RGB value is (184,8,41). Sum of RGB (Red+Green+Blue) = 184+8+41=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B80829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80829 is #47F7D6. Grayscale: #404040. Windows color (decimal): -4716503 or 2689208. OLE color: 2689208.

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

Color convert

RGB 184 8 41 -
CMYK 0 0.96 0.78 0.28
HSL 348.75º 0.92% 0.38% -
HSV(B) 348.75º 0.96% 0.72% -
XYZ 20.25 10.52 3.06 -
YUV 64.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 184 8 41 0 0.96 0.78 0.28 348.75 0.92 0.38
Hex B8 8 29 0 60 4E 1C 15D 5C 26
Octal 270 10 51 0 140 116 34 535 134 46
Binary 10111000 1000 101001 0 1100000 1001110 11100 101011101 1011100 100110

Color Harmonies of #B80829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80829

Black with #B80829

Text Example


Text Example

White with #B80829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80829; }

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

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

background-color css

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

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

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

border-color css

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

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

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