Html Css Color HEX #B3101F Venetian Red

📋 copy color: '#B3101F'

red 179 ◦ green 16 ◦ blue 31

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

Shades of Venetian Red #B3101F

Tints of Venetian Red #B3101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 79.2%
G = 7.08%
B = 13.72%

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

#B3101F (or 0xB3101F) is known color: Venetian Red. HEX triplet: B3, 10 and 1F. RGB value is (179,16,31). Sum of RGB (Red+Green+Blue) = 179+16+31=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B3101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3101F is #4CEFE0. Grayscale: #424242. Windows color (decimal): -5042145 or 2035891. OLE color: 2035891.

HSL color Cylindrical-coordinate representation of color #B3101F: hue angle of 354.48º degrees, saturation: 0.84, 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 #B3101F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 31 -
CMYK 0 0.91 0.83 0.30
HSL 354.48º 0.84% 0.38% -
HSV(B) 354.48º 0.91% 0.7% -
XYZ 19.02 10.05 2.23 -
YUV 66.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 179 16 31 0 0.91 0.83 0.30 354.48 0.84 0.38
Hex B3 10 1F 0 5B 53 1E 162 54 26
Octal 263 20 37 0 133 123 36 542 124 46
Binary 10110011 10000 11111 0 1011011 1010011 11110 101100010 1010100 100110

Color Harmonies of #B3101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3101F

Black with #B3101F

Text Example


Text Example

White with #B3101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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