Html Css Color HEX #B3031F Venetian Red

📋 copy color: '#B3031F'

red 179 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #B3031F

Tints of Venetian Red #B3031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 84.04%
G = 1.41%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3031F (or 0xB3031F) is known color: Venetian Red. HEX triplet: B3, 03 and 1F. RGB value is (179,3,31). Sum of RGB (Red+Green+Blue) = 179+3+31=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B3031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3031F is #4CFCE0. Grayscale: #3A3A3A. Windows color (decimal): -5045473 or 2032563. OLE color: 2032563.

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

Color convert

RGB 179 3 31 -
CMYK 0 0.98 0.83 0.30
HSL 350.45º 0.97% 0.36% -
HSV(B) 350.45º 0.98% 0.7% -
XYZ 18.87 9.75 2.18 -
YUV 58.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 179 3 31 0 0.98 0.83 0.30 350.45 0.97 0.36
Hex B3 3 1F 0 62 53 1E 15E 61 24
Octal 263 3 37 0 142 123 36 536 141 44
Binary 10110011 11 11111 0 1100010 1010011 11110 101011110 1100001 100100

Color Harmonies of #B3031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3031F

Black with #B3031F

Text Example


Text Example

White with #B3031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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