Html Css Color HEX #B3111F Venetian Red

📋 copy color: '#B3111F'

red 179 ◦ green 17 ◦ blue 31

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

Shades of Venetian Red #B3111F

Tints of Venetian Red #B3111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 78.85%
G = 7.49%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3111F (or 0xB3111F) is known color: Venetian Red. HEX triplet: B3, 11 and 1F. RGB value is (179,17,31). Sum of RGB (Red+Green+Blue) = 179+17+31=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B3111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3111F is #4CEEE0. Grayscale: #434343. Windows color (decimal): -5041889 or 2036147. OLE color: 2036147.

HSL color Cylindrical-coordinate representation of color #B3111F: hue angle of 354.81º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3111F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 31 -
CMYK 0 0.91 0.83 0.30
HSL 354.81º 0.83% 0.38% -
HSV(B) 354.81º 0.91% 0.7% -
XYZ 19.04 10.08 2.24 -
YUV 67.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 179 17 31 0 0.91 0.83 0.30 354.81 0.83 0.38
Hex B3 11 1F 0 5B 53 1E 163 53 26
Octal 263 21 37 0 133 123 36 543 123 46
Binary 10110011 10001 11111 0 1011011 1010011 11110 101100011 1010011 100110

Color Harmonies of #B3111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3111F

Black with #B3111F

Text Example


Text Example

White with #B3111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3111F; }

 p { color: rgb(179,17,31); }

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

background-color css

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

 a { background-color: rgb(179,17,31); }

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

border-color css

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

 span { border-color: rgb(179,17,31); }

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