Html Css Color HEX #B8040F Venetian Red

📋 copy color: '#B8040F'

red 184 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #B8040F

Tints of Venetian Red #B8040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 90.64%
G = 1.97%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8040F (or 0xB8040F) is known color: Venetian Red. HEX triplet: B8, 04 and 0F. RGB value is (184,4,15). Sum of RGB (Red+Green+Blue) = 184+4+15=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B8040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8040F is #47FBF0. Grayscale: #3B3B3B. Windows color (decimal): -4717553 or 984248. OLE color: 984248.

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

Color convert

RGB 184 4 15 -
CMYK 0 0.98 0.92 0.28
HSL 356.33º 0.96% 0.37% -
HSV(B) 356.33º 0.98% 0.72% -
XYZ 19.9 10.31 1.39 -
YUV 59.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 184 4 15 0 0.98 0.92 0.28 356.33 0.96 0.37
Hex B8 4 F 0 62 5C 1C 164 60 25
Octal 270 4 17 0 142 134 34 544 140 45
Binary 10111000 100 1111 0 1100010 1011100 11100 101100100 1100000 100101

Color Harmonies of #B8040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8040F

Black with #B8040F

Text Example


Text Example

White with #B8040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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