Html Css Color HEX #B2011E Venetian Red

📋 copy color: '#B2011E'

red 178 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #B2011E

Tints of Venetian Red #B2011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 85.17%
G = 0.48%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2011E (or 0xB2011E) is known color: Venetian Red. HEX triplet: B2, 01 and 1E. RGB value is (178,1,30). Sum of RGB (Red+Green+Blue) = 178+1+30=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2011E is #4DFEE1. Grayscale: #393939. Windows color (decimal): -5111522 or 1966514. OLE color: 1966514.

HSL color Cylindrical-coordinate representation of color #B2011E: hue angle of 350.17º 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 #B2011E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 30 -
CMYK 0 0.99 0.83 0.30
HSL 350.17º 0.99% 0.35% -
HSV(B) 350.17º 0.99% 0.7% -
XYZ 18.61 9.58 2.1 -
YUV 57.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 178 1 30 0 0.99 0.83 0.30 350.17 0.99 0.35
Hex B2 1 1E 0 63 53 1E 15E 63 23
Octal 262 1 36 0 143 123 36 536 143 43
Binary 10110010 1 11110 0 1100011 1010011 11110 101011110 1100011 100011

Color Harmonies of #B2011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2011E

Black with #B2011E

Text Example


Text Example

White with #B2011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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