Html Css Color HEX #B8060F Venetian Red

📋 copy color: '#B8060F'

red 184 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #B8060F

Tints of Venetian Red #B8060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 89.76%
G = 2.93%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8060F (or 0xB8060F) is known color: Venetian Red. HEX triplet: B8, 06 and 0F. RGB value is (184,6,15). Sum of RGB (Red+Green+Blue) = 184+6+15=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B8060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8060F is #47F9F0. Grayscale: #3C3C3C. Windows color (decimal): -4717041 or 984760. OLE color: 984760.

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

Color convert

RGB 184 6 15 -
CMYK 0 0.97 0.92 0.28
HSL 356.97º 0.94% 0.37% -
HSV(B) 356.97º 0.97% 0.72% -
XYZ 19.92 10.36 1.4 -
YUV 60.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 184 6 15 0 0.97 0.92 0.28 356.97 0.94 0.37
Hex B8 6 F 0 61 5C 1C 165 5E 25
Octal 270 6 17 0 141 134 34 545 136 45
Binary 10111000 110 1111 0 1100001 1011100 11100 101100101 1011110 100101

Color Harmonies of #B8060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8060F

Black with #B8060F

Text Example


Text Example

White with #B8060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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