Html Css Color HEX #B3052B Venetian Red

📋 copy color: '#B3052B'

red 179 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #B3052B

Tints of Venetian Red #B3052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 78.85%
G = 2.2%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3052B (or 0xB3052B) is known color: Venetian Red. HEX triplet: B3, 05 and 2B. RGB value is (179,5,43). Sum of RGB (Red+Green+Blue) = 179+5+43=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B3052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3052B is #4CFAD4. Grayscale: #3D3D3D. Windows color (decimal): -5044949 or 2819507. OLE color: 2819507.

HSL color Cylindrical-coordinate representation of color #B3052B: hue angle of 346.9º 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 #B3052B is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 43 -
CMYK 0 0.97 0.76 0.30
HSL 346.9º 0.95% 0.36% -
HSV(B) 346.9º 0.97% 0.7% -
XYZ 19.08 9.87 3.18 -
YUV 61.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 179 5 43 0 0.97 0.76 0.30 346.9 0.95 0.36
Hex B3 5 2B 0 61 4C 1E 15B 5F 24
Octal 263 5 53 0 141 114 36 533 137 44
Binary 10110011 101 101011 0 1100001 1001100 11110 101011011 1011111 100100

Color Harmonies of #B3052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3052B

Black with #B3052B

Text Example


Text Example

White with #B3052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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