Html Css Color HEX #B8060D Venetian Red

📋 copy color: '#B8060D'

red 184 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #B8060D

Tints of Venetian Red #B8060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 90.64%
G = 2.96%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8060D (or 0xB8060D) is known color: Venetian Red. HEX triplet: B8, 06 and 0D. RGB value is (184,6,13). Sum of RGB (Red+Green+Blue) = 184+6+13=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B8060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8060D is #47F9F2. Grayscale: #3C3C3C. Windows color (decimal): -4717043 or 853688. OLE color: 853688.

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

Color convert

RGB 184 6 13 -
CMYK 0 0.97 0.93 0.28
HSL 357.64º 0.94% 0.37% -
HSV(B) 357.64º 0.97% 0.72% -
XYZ 19.9 10.35 1.33 -
YUV 60.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 184 6 13 0 0.97 0.93 0.28 357.64 0.94 0.37
Hex B8 6 D 0 61 5D 1C 166 5E 25
Octal 270 6 15 0 141 135 34 546 136 45
Binary 10111000 110 1101 0 1100001 1011101 11100 101100110 1011110 100101

Color Harmonies of #B8060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8060D

Black with #B8060D

Text Example


Text Example

White with #B8060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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