Html Css Color HEX #B2101D Venetian Red

📋 copy color: '#B2101D'

red 178 ◦ green 16 ◦ blue 29

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

Shades of Venetian Red #B2101D

Tints of Venetian Red #B2101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

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

R = 79.82%
G = 7.17%
B = 13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2101D (or 0xB2101D) is known color: Venetian Red. HEX triplet: B2, 10 and 1D. RGB value is (178,16,29). Sum of RGB (Red+Green+Blue) = 178+16+29=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2101D is #4DEFE2. Grayscale: #424242. Windows color (decimal): -5107683 or 1904818. OLE color: 1904818.

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

Color convert

RGB 178 16 29 -
CMYK 0 0.91 0.84 0.30
HSL 355.19º 0.84% 0.38% -
HSV(B) 355.19º 0.91% 0.7% -
XYZ 18.77 9.92 2.09 -
YUV 65.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 178 16 29 0 0.91 0.84 0.30 355.19 0.84 0.38
Hex B2 10 1D 0 5B 54 1E 163 54 26
Octal 262 20 35 0 133 124 36 543 124 46
Binary 10110010 10000 11101 0 1011011 1010100 11110 101100011 1010100 100110

Color Harmonies of #B2101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2101D

Black with #B2101D

Text Example


Text Example

White with #B2101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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