Html Css Color HEX #B3181A Venetian Red

📋 copy color: '#B3181A'

red 179 ◦ green 24 ◦ blue 26

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

Shades of Venetian Red #B3181A

Tints of Venetian Red #B3181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 78.17%
G = 10.48%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3181A (or 0xB3181A) is known color: Venetian Red. HEX triplet: B3, 18 and 1A. RGB value is (179,24,26). Sum of RGB (Red+Green+Blue) = 179+24+26=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B3181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3181A is #4CE7E5. Grayscale: #464646. Windows color (decimal): -5040102 or 1710259. OLE color: 1710259.

HSL color Cylindrical-coordinate representation of color #B3181A: hue angle of 359.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3181A is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 26 -
CMYK 0 0.87 0.85 0.30
HSL 359.23º 0.76% 0.4% -
HSV(B) 359.23º 0.87% 0.7% -
XYZ 19.1 10.31 1.96 -
YUV 70.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 179 24 26 0 0.87 0.85 0.30 359.23 0.76 0.4
Hex B3 18 1A 0 57 55 1E 167 4C 28
Octal 263 30 32 0 127 125 36 547 114 50
Binary 10110011 11000 11010 0 1010111 1010101 11110 101100111 1001100 101000

Color Harmonies of #B3181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3181A

Black with #B3181A

Text Example


Text Example

White with #B3181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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