Html Css Color HEX #B3042B Venetian Red

📋 copy color: '#B3042B'

red 179 ◦ green 4 ◦ blue 43

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

Shades of Venetian Red #B3042B

Tints of Venetian Red #B3042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 79.2%
G = 1.77%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3042B (or 0xB3042B) is known color: Venetian Red. HEX triplet: B3, 04 and 2B. RGB value is (179,4,43). Sum of RGB (Red+Green+Blue) = 179+4+43=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B3042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3042B is #4CFBD4. Grayscale: #3C3C3C. Windows color (decimal): -5045205 or 2819251. OLE color: 2819251.

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

Color convert

RGB 179 4 43 -
CMYK 0 0.98 0.76 0.30
HSL 346.63º 0.96% 0.36% -
HSV(B) 346.63º 0.98% 0.7% -
XYZ 19.07 9.84 3.18 -
YUV 60.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 179 4 43 0 0.98 0.76 0.30 346.63 0.96 0.36
Hex B3 4 2B 0 62 4C 1E 15B 60 24
Octal 263 4 53 0 142 114 36 533 140 44
Binary 10110011 100 101011 0 1100010 1001100 11110 101011011 1100000 100100

Color Harmonies of #B3042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3042B

Black with #B3042B

Text Example


Text Example

White with #B3042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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