Html Css Color HEX #B6101C Venetian Red

📋 copy color: '#B6101C'

red 182 ◦ green 16 ◦ blue 28

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

Shades of Venetian Red #B6101C

Tints of Venetian Red #B6101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 80.53%
G = 7.08%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6101C (or 0xB6101C) is known color: Venetian Red. HEX triplet: B6, 10 and 1C. RGB value is (182,16,28). Sum of RGB (Red+Green+Blue) = 182+16+28=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B6101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6101C is #49EFE3. Grayscale: #434343. Windows color (decimal): -4845540 or 1839286. OLE color: 1839286.

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

Color convert

RGB 182 16 28 -
CMYK 0 0.91 0.85 0.29
HSL 355.66º 0.84% 0.39% -
HSV(B) 355.66º 0.91% 0.71% -
XYZ 19.69 10.4 2.07 -
YUV 67 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 182 16 28 0 0.91 0.85 0.29 355.66 0.84 0.39
Hex B6 10 1C 0 5B 55 1D 164 54 27
Octal 266 20 34 0 133 125 35 544 124 47
Binary 10110110 10000 11100 0 1011011 1010101 11101 101100100 1010100 100111

Color Harmonies of #B6101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6101C

Black with #B6101C

Text Example


Text Example

White with #B6101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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