Html Css Color HEX #B2011D Venetian Red

📋 copy color: '#B2011D'

red 178 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #B2011D

Tints of Venetian Red #B2011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 85.58%
G = 0.48%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2011D (or 0xB2011D) is known color: Venetian Red. HEX triplet: B2, 01 and 1D. RGB value is (178,1,29). Sum of RGB (Red+Green+Blue) = 178+1+29=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B2011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2011D is #4DFEE2. Grayscale: #393939. Windows color (decimal): -5111523 or 1900978. OLE color: 1900978.

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

Color convert

RGB 178 1 29 -
CMYK 0 0.99 0.84 0.30
HSL 350.51º 0.99% 0.35% -
HSV(B) 350.51º 0.99% 0.7% -
XYZ 18.59 9.58 2.03 -
YUV 57.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 178 1 29 0 0.99 0.84 0.30 350.51 0.99 0.35
Hex B2 1 1D 0 63 54 1E 15F 63 23
Octal 262 1 35 0 143 124 36 537 143 43
Binary 10110010 1 11101 0 1100011 1010100 11110 101011111 1100011 100011

Color Harmonies of #B2011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2011D

Black with #B2011D

Text Example


Text Example

White with #B2011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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