Html Css Color HEX #B3151A Venetian Red

📋 copy color: '#B3151A'

red 179 ◦ green 21 ◦ blue 26

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

Shades of Venetian Red #B3151A

Tints of Venetian Red #B3151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 79.2%
G = 9.29%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3151A (or 0xB3151A) is known color: Venetian Red. HEX triplet: B3, 15 and 1A. RGB value is (179,21,26). Sum of RGB (Red+Green+Blue) = 179+21+26=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B3151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3151A is #4CEAE5. Grayscale: #444444. Windows color (decimal): -5040870 or 1709491. OLE color: 1709491.

HSL color Cylindrical-coordinate representation of color #B3151A: hue angle of 358.1º 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 #B3151A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 26 -
CMYK 0 0.88 0.85 0.30
HSL 358.1º 0.79% 0.39% -
HSV(B) 358.1º 0.88% 0.7% -
XYZ 19.05 10.19 1.94 -
YUV 68.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 179 21 26 0 0.88 0.85 0.30 358.1 0.79 0.39
Hex B3 15 1A 0 58 55 1E 166 4F 27
Octal 263 25 32 0 130 125 36 546 117 47
Binary 10110011 10101 11010 0 1011000 1010101 11110 101100110 1001111 100111

Color Harmonies of #B3151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3151A

Black with #B3151A

Text Example


Text Example

White with #B3151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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