Html Css Color HEX #B8041B Venetian Red

📋 copy color: '#B8041B'

red 184 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #B8041B

Tints of Venetian Red #B8041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 85.58%
G = 1.86%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8041B (or 0xB8041B) is known color: Venetian Red. HEX triplet: B8, 04 and 1B. RGB value is (184,4,27). Sum of RGB (Red+Green+Blue) = 184+4+27=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B8041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8041B is #47FBE4. Grayscale: #3C3C3C. Windows color (decimal): -4717541 or 1770680. OLE color: 1770680.

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

Color convert

RGB 184 4 27 -
CMYK 0 0.98 0.85 0.28
HSL 352.33º 0.96% 0.37% -
HSV(B) 352.33º 0.98% 0.72% -
XYZ 20.01 10.36 1.98 -
YUV 60.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 184 4 27 0 0.98 0.85 0.28 352.33 0.96 0.37
Hex B8 4 1B 0 62 55 1C 160 60 25
Octal 270 4 33 0 142 125 34 540 140 45
Binary 10111000 100 11011 0 1100010 1010101 11100 101100000 1100000 100101

Color Harmonies of #B8041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8041B

Black with #B8041B

Text Example


Text Example

White with #B8041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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