Html Css Color HEX #B6011C Venetian Red

📋 copy color: '#B6011C'

red 182 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #B6011C

Tints of Venetian Red #B6011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 86.26%
G = 0.47%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6011C (or 0xB6011C) is known color: Venetian Red. HEX triplet: B6, 01 and 1C. RGB value is (182,1,28). Sum of RGB (Red+Green+Blue) = 182+1+28=211 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.26% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 182 - color contains mainly: red. Hex color #B6011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6011C is #49FEE3. Grayscale: #3A3A3A. Windows color (decimal): -4849380 or 1835446. OLE color: 1835446.

HSL color Cylindrical-coordinate representation of color #B6011C: hue angle of 351.05º 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 #B6011C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 28 -
CMYK 0 0.99 0.85 0.29
HSL 351.05º 0.99% 0.36% -
HSV(B) 351.05º 0.99% 0.71% -
XYZ 19.51 10.05 2.01 -
YUV 58.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 182 1 28 0 0.99 0.85 0.29 351.05 0.99 0.36
Hex B6 1 1C 0 63 55 1D 15F 63 24
Octal 266 1 34 0 143 125 35 537 143 44
Binary 10110110 1 11100 0 1100011 1010101 11101 101011111 1100011 100100

Color Harmonies of #B6011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6011C

Black with #B6011C

Text Example


Text Example

White with #B6011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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