Html Css Color HEX #B2042B Venetian Red

📋 copy color: '#B2042B'

red 178 ◦ green 4 ◦ blue 43

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

Shades of Venetian Red #B2042B

Tints of Venetian Red #B2042B

RGB

 RED value IS 178 (69.92% from 255) = 79.11%

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

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

R = 79.11%
G = 1.78%
B = 19.11%

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

#B2042B (or 0xB2042B) is known color: Venetian Red. HEX triplet: B2, 04 and 2B. RGB value is (178,4,43). Sum of RGB (Red+Green+Blue) = 178+4+43=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2042B is #4DFBD4. Grayscale: #3C3C3C. Windows color (decimal): -5110741 or 2819250. OLE color: 2819250.

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

Color convert

RGB 178 4 43 -
CMYK 0 0.98 0.76 0.30
HSL 346.55º 0.96% 0.36% -
HSV(B) 346.55º 0.98% 0.7% -
XYZ 18.84 9.73 3.17 -
YUV 60.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 178 4 43 0 0.98 0.76 0.30 346.55 0.96 0.36
Hex B2 4 2B 0 62 4C 1E 15B 60 24
Octal 262 4 53 0 142 114 36 533 140 44
Binary 10110010 100 101011 0 1100010 1001100 11110 101011011 1100000 100100

Color Harmonies of #B2042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2042B

Black with #B2042B

Text Example


Text Example

White with #B2042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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