Html Css Color HEX #B2121D Venetian Red

📋 copy color: '#B2121D'

red 178 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #B2121D

Tints of Venetian Red #B2121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 79.11%
G = 8%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2121D (or 0xB2121D) is known color: Venetian Red. HEX triplet: B2, 12 and 1D. RGB value is (178,18,29). Sum of RGB (Red+Green+Blue) = 178+18+29=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B2121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2121D is #4DEDE2. Grayscale: #434343. Windows color (decimal): -5107171 or 1905330. OLE color: 1905330.

HSL color Cylindrical-coordinate representation of color #B2121D: hue angle of 355.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2121D is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 29 -
CMYK 0 0.90 0.84 0.30
HSL 355.88º 0.82% 0.38% -
HSV(B) 355.88º 0.9% 0.7% -
XYZ 18.8 9.99 2.1 -
YUV 67.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 178 18 29 0 0.90 0.84 0.30 355.88 0.82 0.38
Hex B2 12 1D 0 5A 54 1E 164 52 26
Octal 262 22 35 0 132 124 36 544 122 46
Binary 10110010 10010 11101 0 1011010 1010100 11110 101100100 1010010 100110

Color Harmonies of #B2121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2121D

Black with #B2121D

Text Example


Text Example

White with #B2121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2121D; }

 p { color: rgb(178,18,29); }

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

background-color css

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

 a { background-color: rgb(178,18,29); }

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

border-color css

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

 span { border-color: rgb(178,18,29); }

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