Html Css Color HEX #B6131D Venetian Red

📋 copy color: '#B6131D'

red 182 ◦ green 19 ◦ blue 29

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

Shades of Venetian Red #B6131D

Tints of Venetian Red #B6131D

RGB

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

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

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

R = 79.13%
G = 8.26%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6131D (or 0xB6131D) is known color: Venetian Red. HEX triplet: B6, 13 and 1D. RGB value is (182,19,29). Sum of RGB (Red+Green+Blue) = 182+19+29=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B6131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6131D is #49ECE2. Grayscale: #454545. Windows color (decimal): -4844771 or 1905590. OLE color: 1905590.

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

Color convert

RGB 182 19 29 -
CMYK 0 0.90 0.84 0.29
HSL 356.32º 0.81% 0.39% -
HSV(B) 356.32º 0.9% 0.71% -
XYZ 19.75 10.5 2.15 -
YUV 68.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 182 19 29 0 0.90 0.84 0.29 356.32 0.81 0.39
Hex B6 13 1D 0 5A 54 1D 164 51 27
Octal 266 23 35 0 132 124 35 544 121 47
Binary 10110110 10011 11101 0 1011010 1010100 11101 101100100 1010001 100111

Color Harmonies of #B6131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6131D

Black with #B6131D

Text Example


Text Example

White with #B6131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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