Html Css Color HEX #B8061D Venetian Red

📋 copy color: '#B8061D'

red 184 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #B8061D

Tints of Venetian Red #B8061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 84.02%
G = 2.74%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8061D (or 0xB8061D) is known color: Venetian Red. HEX triplet: B8, 06 and 1D. RGB value is (184,6,29). Sum of RGB (Red+Green+Blue) = 184+6+29=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8061D is #47F9E2. Grayscale: #3D3D3D. Windows color (decimal): -4717027 or 1902264. OLE color: 1902264.

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

Color convert

RGB 184 6 29 -
CMYK 0 0.97 0.84 0.28
HSL 352.25º 0.94% 0.37% -
HSV(B) 352.25º 0.97% 0.72% -
XYZ 20.05 10.41 2.11 -
YUV 61.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 184 6 29 0 0.97 0.84 0.28 352.25 0.94 0.37
Hex B8 6 1D 0 61 54 1C 160 5E 25
Octal 270 6 35 0 141 124 34 540 136 45
Binary 10111000 110 11101 0 1100001 1010100 11100 101100000 1011110 100101

Color Harmonies of #B8061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8061D

Black with #B8061D

Text Example


Text Example

White with #B8061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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