Html Css Color HEX #B81014 Venetian Red

📋 copy color: '#B81014'

red 184 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #B81014

Tints of Venetian Red #B81014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 83.64%
G = 7.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B81014 (or 0xB81014) is known color: Venetian Red. HEX triplet: B8, 10 and 14. RGB value is (184,16,20). Sum of RGB (Red+Green+Blue) = 184+16+20=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B81014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81014 is #47EFEB. Grayscale: #424242. Windows color (decimal): -4714476 or 1315000. OLE color: 1315000.

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

Color convert

RGB 184 16 20 -
CMYK 0 0.91 0.89 0.28
HSL 358.57º 0.84% 0.39% -
HSV(B) 358.57º 0.91% 0.72% -
XYZ 20.08 10.61 1.65 -
YUV 66.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 184 16 20 0 0.91 0.89 0.28 358.57 0.84 0.39
Hex B8 10 14 0 5B 59 1C 167 54 27
Octal 270 20 24 0 133 131 34 547 124 47
Binary 10111000 10000 10100 0 1011011 1011001 11100 101100111 1010100 100111

Color Harmonies of #B81014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81014

Black with #B81014

Text Example


Text Example

White with #B81014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81014; }

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

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

background-color css

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

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

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

border-color css

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

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

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