Html Css Color HEX #B81013 Venetian Red

📋 copy color: '#B81013'

red 184 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #B81013

Tints of Venetian Red #B81013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 84.02%
G = 7.31%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81013 (or 0xB81013) is known color: Venetian Red. HEX triplet: B8, 10 and 13. RGB value is (184,16,19). Sum of RGB (Red+Green+Blue) = 184+16+19=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B81013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81013 is #47EFEC. Grayscale: #424242. Windows color (decimal): -4714477 or 1249464. OLE color: 1249464.

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

Color convert

RGB 184 16 19 -
CMYK 0 0.91 0.90 0.28
HSL 358.93º 0.84% 0.39% -
HSV(B) 358.93º 0.91% 0.72% -
XYZ 20.07 10.61 1.61 -
YUV 66.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 184 16 19 0 0.91 0.90 0.28 358.93 0.84 0.39
Hex B8 10 13 0 5B 5A 1C 167 54 27
Octal 270 20 23 0 133 132 34 547 124 47
Binary 10111000 10000 10011 0 1011011 1011010 11100 101100111 1010100 100111

Color Harmonies of #B81013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81013

Black with #B81013

Text Example


Text Example

White with #B81013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81013; }

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

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

background-color css

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

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

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

border-color css

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

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

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