Html Css Color HEX #B3051E Venetian Red

📋 copy color: '#B3051E'

red 179 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #B3051E

Tints of Venetian Red #B3051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 83.64%
G = 2.34%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3051E (or 0xB3051E) is known color: Venetian Red. HEX triplet: B3, 05 and 1E. RGB value is (179,5,30). Sum of RGB (Red+Green+Blue) = 179+5+30=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B3051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3051E is #4CFAE1. Grayscale: #3B3B3B. Windows color (decimal): -5044962 or 1967539. OLE color: 1967539.

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

Color convert

RGB 179 5 30 -
CMYK 0 0.97 0.83 0.30
HSL 351.38º 0.95% 0.36% -
HSV(B) 351.38º 0.97% 0.7% -
XYZ 18.88 9.79 2.12 -
YUV 59.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 179 5 30 0 0.97 0.83 0.30 351.38 0.95 0.36
Hex B3 5 1E 0 61 53 1E 15F 5F 24
Octal 263 5 36 0 141 123 36 537 137 44
Binary 10110011 101 11110 0 1100001 1010011 11110 101011111 1011111 100100

Color Harmonies of #B3051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3051E

Black with #B3051E

Text Example


Text Example

White with #B3051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3051E; }

 p { color: rgb(179,5,30); }

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

background-color css

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

 a { background-color: rgb(179,5,30); }

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

border-color css

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

 span { border-color: rgb(179,5,30); }

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