Html Css Color HEX #B3151D Venetian Red

📋 copy color: '#B3151D'

red 179 ◦ green 21 ◦ blue 29

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

Shades of Venetian Red #B3151D

Tints of Venetian Red #B3151D

RGB

 RED value IS 179 (70.31% from 255) = 78.17%

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

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

R = 78.17%
G = 9.17%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3151D (or 0xB3151D) is known color: Venetian Red. HEX triplet: B3, 15 and 1D. RGB value is (179,21,29). Sum of RGB (Red+Green+Blue) = 179+21+29=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B3151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3151D is #4CEAE2. Grayscale: #454545. Windows color (decimal): -5040867 or 1906099. OLE color: 1906099.

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

Color convert

RGB 179 21 29 -
CMYK 0 0.88 0.84 0.30
HSL 356.96º 0.79% 0.39% -
HSV(B) 356.96º 0.88% 0.7% -
XYZ 19.08 10.21 2.13 -
YUV 69.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 179 21 29 0 0.88 0.84 0.30 356.96 0.79 0.39
Hex B3 15 1D 0 58 54 1E 165 4F 27
Octal 263 25 35 0 130 124 36 545 117 47
Binary 10110011 10101 11101 0 1011000 1010100 11110 101100101 1001111 100111

Color Harmonies of #B3151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3151D

Black with #B3151D

Text Example


Text Example

White with #B3151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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