Html Css Color HEX #B81020 Venetian Red

📋 copy color: '#B81020'

red 184 ◦ green 16 ◦ blue 32

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

Shades of Venetian Red #B81020

Tints of Venetian Red #B81020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 79.31%
G = 6.9%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B81020 (or 0xB81020) is known color: Venetian Red. HEX triplet: B8, 10 and 20. RGB value is (184,16,32). Sum of RGB (Red+Green+Blue) = 184+16+32=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B81020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81020 is #47EFDF. Grayscale: #444444. Windows color (decimal): -4714464 or 2101432. OLE color: 2101432.

HSL color Cylindrical-coordinate representation of color #B81020: hue angle of 354.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81020 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 32 -
CMYK 0 0.91 0.83 0.28
HSL 354.29º 0.84% 0.39% -
HSV(B) 354.29º 0.91% 0.72% -
XYZ 20.21 10.67 2.36 -
YUV 68.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 184 16 32 0 0.91 0.83 0.28 354.29 0.84 0.39
Hex B8 10 20 0 5B 53 1C 162 54 27
Octal 270 20 40 0 133 123 34 542 124 47
Binary 10111000 10000 100000 0 1011011 1010011 11100 101100010 1010100 100111

Color Harmonies of #B81020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81020

Black with #B81020

Text Example


Text Example

White with #B81020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81020; }

 p { color: rgb(184,16,32); }

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

background-color css

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

 a { background-color: rgb(184,16,32); }

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

border-color css

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

 span { border-color: rgb(184,16,32); }

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