Html Css Color HEX #B8041F Venetian Red

📋 copy color: '#B8041F'

red 184 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #B8041F

Tints of Venetian Red #B8041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 84.02%
G = 1.83%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8041F (or 0xB8041F) is known color: Venetian Red. HEX triplet: B8, 04 and 1F. RGB value is (184,4,31). Sum of RGB (Red+Green+Blue) = 184+4+31=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8041F is #47FBE0. Grayscale: #3C3C3C. Windows color (decimal): -4717537 or 2032824. OLE color: 2032824.

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

Color convert

RGB 184 4 31 -
CMYK 0 0.98 0.83 0.28
HSL 351º 0.96% 0.37% -
HSV(B) 351º 0.98% 0.72% -
XYZ 20.06 10.38 2.24 -
YUV 60.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 184 4 31 0 0.98 0.83 0.28 351 0.96 0.37
Hex B8 4 1F 0 62 53 1C 15F 60 25
Octal 270 4 37 0 142 123 34 537 140 45
Binary 10111000 100 11111 0 1100010 1010011 11100 101011111 1100000 100101

Color Harmonies of #B8041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8041F

Black with #B8041F

Text Example


Text Example

White with #B8041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8041F; }

 p { color: rgb(184,4,31); }

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

background-color css

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

 a { background-color: rgb(184,4,31); }

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

border-color css

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

 span { border-color: rgb(184,4,31); }

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