Html Css Color HEX #B81021 Venetian Red

📋 copy color: '#B81021'

red 184 ◦ green 16 ◦ blue 33

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

Shades of Venetian Red #B81021

Tints of Venetian Red #B81021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 78.97%
G = 6.87%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B81021 (or 0xB81021) is known color: Venetian Red. HEX triplet: B8, 10 and 21. RGB value is (184,16,33). Sum of RGB (Red+Green+Blue) = 184+16+33=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B81021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81021 is #47EFDE. Grayscale: #444444. Windows color (decimal): -4714463 or 2166968. OLE color: 2166968.

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

Color convert

RGB 184 16 33 -
CMYK 0 0.91 0.82 0.28
HSL 353.93º 0.84% 0.39% -
HSV(B) 353.93º 0.91% 0.72% -
XYZ 20.23 10.67 2.43 -
YUV 68.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 184 16 33 0 0.91 0.82 0.28 353.93 0.84 0.39
Hex B8 10 21 0 5B 52 1C 162 54 27
Octal 270 20 41 0 133 122 34 542 124 47
Binary 10111000 10000 100001 0 1011011 1010010 11100 101100010 1010100 100111

Color Harmonies of #B81021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81021

Black with #B81021

Text Example


Text Example

White with #B81021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81021; }

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

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

background-color css

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

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

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

border-color css

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

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

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