Html Css Color HEX #B2042C Venetian Red

📋 copy color: '#B2042C'

red 178 ◦ green 4 ◦ blue 44

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

Shades of Venetian Red #B2042C

Tints of Venetian Red #B2042C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 78.76%
G = 1.77%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2042C (or 0xB2042C) is known color: Venetian Red. HEX triplet: B2, 04 and 2C. RGB value is (178,4,44). Sum of RGB (Red+Green+Blue) = 178+4+44=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2042C is #4DFBD3. Grayscale: #3C3C3C. Windows color (decimal): -5110740 or 2884786. OLE color: 2884786.

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

Color convert

RGB 178 4 44 -
CMYK 0 0.98 0.75 0.30
HSL 346.21º 0.96% 0.36% -
HSV(B) 346.21º 0.98% 0.7% -
XYZ 18.86 9.73 3.27 -
YUV 60.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 178 4 44 0 0.98 0.75 0.30 346.21 0.96 0.36
Hex B2 4 2C 0 62 4B 1E 15A 60 24
Octal 262 4 54 0 142 113 36 532 140 44
Binary 10110010 100 101100 0 1100010 1001011 11110 101011010 1100000 100100

Color Harmonies of #B2042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2042C

Black with #B2042C

Text Example


Text Example

White with #B2042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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