Html Css Color HEX #B8040B Venetian Red

📋 copy color: '#B8040B'

red 184 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #B8040B

Tints of Venetian Red #B8040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 92.46%
G = 2.01%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8040B (or 0xB8040B) is known color: Venetian Red. HEX triplet: B8, 04 and 0B. RGB value is (184,4,11). Sum of RGB (Red+Green+Blue) = 184+4+11=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B8040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8040B is #47FBF4. Grayscale: #3A3A3A. Windows color (decimal): -4717557 or 722104. OLE color: 722104.

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

Color convert

RGB 184 4 11 -
CMYK 0 0.98 0.94 0.28
HSL 357.67º 0.96% 0.37% -
HSV(B) 357.67º 0.98% 0.72% -
XYZ 19.87 10.3 1.26 -
YUV 58.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 184 4 11 0 0.98 0.94 0.28 357.67 0.96 0.37
Hex B8 4 B 0 62 5E 1C 166 60 25
Octal 270 4 13 0 142 136 34 546 140 45
Binary 10111000 100 1011 0 1100010 1011110 11100 101100110 1100000 100101

Color Harmonies of #B8040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8040B

Black with #B8040B

Text Example


Text Example

White with #B8040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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