Html Css Color HEX #B8041E Venetian Red

📋 copy color: '#B8041E'

red 184 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #B8041E

Tints of Venetian Red #B8041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 84.4%
G = 1.83%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8041E (or 0xB8041E) is known color: Venetian Red. HEX triplet: B8, 04 and 1E. RGB value is (184,4,30). Sum of RGB (Red+Green+Blue) = 184+4+30=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8041E is #47FBE1. Grayscale: #3C3C3C. Windows color (decimal): -4717538 or 1967288. OLE color: 1967288.

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

Color convert

RGB 184 4 30 -
CMYK 0 0.98 0.84 0.28
HSL 351.33º 0.96% 0.37% -
HSV(B) 351.33º 0.98% 0.72% -
XYZ 20.04 10.37 2.17 -
YUV 60.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 184 4 30 0 0.98 0.84 0.28 351.33 0.96 0.37
Hex B8 4 1E 0 62 54 1C 15F 60 25
Octal 270 4 36 0 142 124 34 537 140 45
Binary 10111000 100 11110 0 1100010 1010100 11100 101011111 1100000 100101

Color Harmonies of #B8041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8041E

Black with #B8041E

Text Example


Text Example

White with #B8041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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