Html Css Color HEX #B80528 Venetian Red

📋 copy color: '#B80528'

red 184 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #B80528

Tints of Venetian Red #B80528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 80.35%
G = 2.18%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B80528 (or 0xB80528) is known color: Venetian Red. HEX triplet: B8, 05 and 28. RGB value is (184,5,40). Sum of RGB (Red+Green+Blue) = 184+5+40=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B80528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80528 is #47FAD7. Grayscale: #3E3E3E. Windows color (decimal): -4717272 or 2622904. OLE color: 2622904.

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

Color convert

RGB 184 5 40 -
CMYK 0 0.97 0.78 0.28
HSL 348.27º 0.95% 0.37% -
HSV(B) 348.27º 0.97% 0.72% -
XYZ 20.2 10.45 2.96 -
YUV 62.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 184 5 40 0 0.97 0.78 0.28 348.27 0.95 0.37
Hex B8 5 28 0 61 4E 1C 15C 5F 25
Octal 270 5 50 0 141 116 34 534 137 45
Binary 10111000 101 101000 0 1100001 1001110 11100 101011100 1011111 100101

Color Harmonies of #B80528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80528

Black with #B80528

Text Example


Text Example

White with #B80528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80528; }

 p { color: rgb(184,5,40); }

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

background-color css

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

 a { background-color: rgb(184,5,40); }

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

border-color css

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

 span { border-color: rgb(184,5,40); }

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