Html Css Color HEX #B6131C Venetian Red

📋 copy color: '#B6131C'

red 182 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #B6131C

Tints of Venetian Red #B6131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 79.48%
G = 8.3%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6131C (or 0xB6131C) is known color: Venetian Red. HEX triplet: B6, 13 and 1C. RGB value is (182,19,28). Sum of RGB (Red+Green+Blue) = 182+19+28=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B6131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6131C is #49ECE3. Grayscale: #444444. Windows color (decimal): -4844772 or 1840054. OLE color: 1840054.

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

Color convert

RGB 182 19 28 -
CMYK 0 0.90 0.85 0.29
HSL 356.69º 0.81% 0.39% -
HSV(B) 356.69º 0.9% 0.71% -
XYZ 19.73 10.49 2.08 -
YUV 68.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 182 19 28 0 0.90 0.85 0.29 356.69 0.81 0.39
Hex B6 13 1C 0 5A 55 1D 165 51 27
Octal 266 23 34 0 132 125 35 545 121 47
Binary 10110110 10011 11100 0 1011010 1010101 11101 101100101 1010001 100111

Color Harmonies of #B6131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6131C

Black with #B6131C

Text Example


Text Example

White with #B6131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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