Html Css Color HEX #B6011E Venetian Red

📋 copy color: '#B6011E'

red 182 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #B6011E

Tints of Venetian Red #B6011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 85.45%
G = 0.47%
B = 14.08%

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

#B6011E (or 0xB6011E) is known color: Venetian Red. HEX triplet: B6, 01 and 1E. RGB value is (182,1,30). Sum of RGB (Red+Green+Blue) = 182+1+30=213 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.45% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 182 - color contains mainly: red. Hex color #B6011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6011E is #49FEE1. Grayscale: #3A3A3A. Windows color (decimal): -4849378 or 1966518. OLE color: 1966518.

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

Color convert

RGB 182 1 30 -
CMYK 0 0.99 0.84 0.29
HSL 350.39º 0.99% 0.36% -
HSV(B) 350.39º 0.99% 0.71% -
XYZ 19.54 10.06 2.14 -
YUV 58.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 182 1 30 0 0.99 0.84 0.29 350.39 0.99 0.36
Hex B6 1 1E 0 63 54 1D 15E 63 24
Octal 266 1 36 0 143 124 35 536 143 44
Binary 10110110 1 11110 0 1100011 1010100 11101 101011110 1100011 100100

Color Harmonies of #B6011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6011E

Black with #B6011E

Text Example


Text Example

White with #B6011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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