Html Css Color HEX #B6151D Venetian Red

📋 copy color: '#B6151D'

red 182 ◦ green 21 ◦ blue 29

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

Shades of Venetian Red #B6151D

Tints of Venetian Red #B6151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 78.45%
G = 9.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6151D (or 0xB6151D) is known color: Venetian Red. HEX triplet: B6, 15 and 1D. RGB value is (182,21,29). Sum of RGB (Red+Green+Blue) = 182+21+29=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B6151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6151D is #49EAE2. Grayscale: #464646. Windows color (decimal): -4844259 or 1906102. OLE color: 1906102.

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

Color convert

RGB 182 21 29 -
CMYK 0 0.88 0.84 0.29
HSL 357.02º 0.79% 0.4% -
HSV(B) 357.02º 0.88% 0.71% -
XYZ 19.78 10.57 2.16 -
YUV 70.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 182 21 29 0 0.88 0.84 0.29 357.02 0.79 0.4
Hex B6 15 1D 0 58 54 1D 165 4F 28
Octal 266 25 35 0 130 124 35 545 117 50
Binary 10110110 10101 11101 0 1011000 1010100 11101 101100101 1001111 101000

Color Harmonies of #B6151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6151D

Black with #B6151D

Text Example


Text Example

White with #B6151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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