Html Css Color HEX #B21323 Venetian Red

📋 copy color: '#B21323'

red 178 ◦ green 19 ◦ blue 35

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

Shades of Venetian Red #B21323

Tints of Venetian Red #B21323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 76.72%
G = 8.19%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B21323 (or 0xB21323) is known color: Venetian Red. HEX triplet: B2, 13 and 23. RGB value is (178,19,35). Sum of RGB (Red+Green+Blue) = 178+19+35=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B21323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21323 is #4DECDC. Grayscale: #444444. Windows color (decimal): -5106909 or 2298802. OLE color: 2298802.

HSL color Cylindrical-coordinate representation of color #B21323: hue angle of 353.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21323 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 35 -
CMYK 0 0.89 0.80 0.30
HSL 353.96º 0.81% 0.39% -
HSV(B) 353.96º 0.89% 0.7% -
XYZ 18.9 10.05 2.53 -
YUV 68.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 178 19 35 0 0.89 0.80 0.30 353.96 0.81 0.39
Hex B2 13 23 0 59 50 1E 162 51 27
Octal 262 23 43 0 131 120 36 542 121 47
Binary 10110010 10011 100011 0 1011001 1010000 11110 101100010 1010001 100111

Color Harmonies of #B21323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21323

Black with #B21323

Text Example


Text Example

White with #B21323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21323; }

 p { color: rgb(178,19,35); }

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

background-color css

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

 a { background-color: rgb(178,19,35); }

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

border-color css

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

 span { border-color: rgb(178,19,35); }

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