Html Css Color HEX #B21819 Venetian Red

📋 copy color: '#B21819'

red 178 ◦ green 24 ◦ blue 25

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

Shades of Venetian Red #B21819

Tints of Venetian Red #B21819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 78.41%
G = 10.57%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B21819 (or 0xB21819) is known color: Venetian Red. HEX triplet: B2, 18 and 19. RGB value is (178,24,25). Sum of RGB (Red+Green+Blue) = 178+24+25=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B21819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21819 is #4DE7E6. Grayscale: #464646. Windows color (decimal): -5105639 or 1644722. OLE color: 1644722.

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

Color convert

RGB 178 24 25 -
CMYK 0 0.87 0.86 0.30
HSL 359.61º 0.76% 0.4% -
HSV(B) 359.61º 0.87% 0.7% -
XYZ 18.86 10.19 1.89 -
YUV 70.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 178 24 25 0 0.87 0.86 0.30 359.61 0.76 0.4
Hex B2 18 19 0 57 56 1E 168 4C 28
Octal 262 30 31 0 127 126 36 550 114 50
Binary 10110010 11000 11001 0 1010111 1010110 11110 101101000 1001100 101000

Color Harmonies of #B21819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21819

Black with #B21819

Text Example


Text Example

White with #B21819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21819; }

 p { color: rgb(178,24,25); }

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

background-color css

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

 a { background-color: rgb(178,24,25); }

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

border-color css

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

 span { border-color: rgb(178,24,25); }

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