Html Css Color HEX #B6011D Venetian Red

📋 copy color: '#B6011D'

red 182 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #B6011D

Tints of Venetian Red #B6011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 85.85%
G = 0.47%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6011D (or 0xB6011D) is known color: Venetian Red. HEX triplet: B6, 01 and 1D. RGB value is (182,1,29). Sum of RGB (Red+Green+Blue) = 182+1+29=212 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.85% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 182 - color contains mainly: red. Hex color #B6011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6011D is #49FEE2. Grayscale: #3A3A3A. Windows color (decimal): -4849379 or 1900982. OLE color: 1900982.

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

Color convert

RGB 182 1 29 -
CMYK 0 0.99 0.84 0.29
HSL 350.72º 0.99% 0.36% -
HSV(B) 350.72º 0.99% 0.71% -
XYZ 19.52 10.06 2.07 -
YUV 58.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 182 1 29 0 0.99 0.84 0.29 350.72 0.99 0.36
Hex B6 1 1D 0 63 54 1D 15F 63 24
Octal 266 1 35 0 143 124 35 537 143 44
Binary 10110110 1 11101 0 1100011 1010100 11101 101011111 1100011 100100

Color Harmonies of #B6011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6011D

Black with #B6011D

Text Example


Text Example

White with #B6011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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