Html Css Color HEX #B2032B Venetian Red

📋 copy color: '#B2032B'

red 178 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #B2032B

Tints of Venetian Red #B2032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 79.46%
G = 1.34%
B = 19.2%

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

#B2032B (or 0xB2032B) is known color: Venetian Red. HEX triplet: B2, 03 and 2B. RGB value is (178,3,43). Sum of RGB (Red+Green+Blue) = 178+3+43=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B2032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2032B is #4DFCD4. Grayscale: #3B3B3B. Windows color (decimal): -5110997 or 2818994. OLE color: 2818994.

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

Color convert

RGB 178 3 43 -
CMYK 0 0.98 0.76 0.30
HSL 346.29º 0.97% 0.35% -
HSV(B) 346.29º 0.98% 0.7% -
XYZ 18.83 9.7 3.17 -
YUV 59.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 178 3 43 0 0.98 0.76 0.30 346.29 0.97 0.35
Hex B2 3 2B 0 62 4C 1E 15A 61 23
Octal 262 3 53 0 142 114 36 532 141 43
Binary 10110010 11 101011 0 1100010 1001100 11110 101011010 1100001 100011

Color Harmonies of #B2032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2032B

Black with #B2032B

Text Example


Text Example

White with #B2032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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