Html Css Color HEX #B6081D Venetian Red

📋 copy color: '#B6081D'

red 182 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #B6081D

Tints of Venetian Red #B6081D

RGB

 RED value IS 182 (71.48% from 255) = 83.11%

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 83.11%
G = 3.65%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6081D (or 0xB6081D) is known color: Venetian Red. HEX triplet: B6, 08 and 1D. RGB value is (182,8,29). Sum of RGB (Red+Green+Blue) = 182+8+29=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B6081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6081D is #49F7E2. Grayscale: #3E3E3E. Windows color (decimal): -4847587 or 1902774. OLE color: 1902774.

HSL color Cylindrical-coordinate representation of color #B6081D: hue angle of 352.76º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6081D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 29 -
CMYK 0 0.96 0.84 0.29
HSL 352.76º 0.92% 0.37% -
HSV(B) 352.76º 0.96% 0.71% -
XYZ 19.6 10.21 2.1 -
YUV 62.42 109.15 213.29 -
System Red Green Blue C M Y K H S L
Decimal 182 8 29 0 0.96 0.84 0.29 352.76 0.92 0.37
Hex B6 8 1D 0 60 54 1D 161 5C 25
Octal 266 10 35 0 140 124 35 541 134 45
Binary 10110110 1000 11101 0 1100000 1010100 11101 101100001 1011100 100101

Color Harmonies of #B6081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6081D

Black with #B6081D

Text Example


Text Example

White with #B6081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6081D; }

 p { color: rgb(182,8,29); }

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

background-color css

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

 a { background-color: rgb(182,8,29); }

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

border-color css

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

 span { border-color: rgb(182,8,29); }

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