Html Css Color HEX #B3121F Venetian Red

📋 copy color: '#B3121F'

red 179 ◦ green 18 ◦ blue 31

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

Shades of Venetian Red #B3121F

Tints of Venetian Red #B3121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

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

R = 78.51%
G = 7.89%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3121F (or 0xB3121F) is known color: Venetian Red. HEX triplet: B3, 12 and 1F. RGB value is (179,18,31). Sum of RGB (Red+Green+Blue) = 179+18+31=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B3121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3121F is #4CEDE0. Grayscale: #434343. Windows color (decimal): -5041633 or 2036403. OLE color: 2036403.

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

Color convert

RGB 179 18 31 -
CMYK 0 0.90 0.83 0.30
HSL 355.16º 0.82% 0.39% -
HSV(B) 355.16º 0.9% 0.7% -
XYZ 19.05 10.12 2.24 -
YUV 67.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 179 18 31 0 0.90 0.83 0.30 355.16 0.82 0.39
Hex B3 12 1F 0 5A 53 1E 163 52 27
Octal 263 22 37 0 132 123 36 543 122 47
Binary 10110011 10010 11111 0 1011010 1010011 11110 101100011 1010010 100111

Color Harmonies of #B3121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3121F

Black with #B3121F

Text Example


Text Example

White with #B3121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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