Html Css Color HEX #B2011A Venetian Red

📋 copy color: '#B2011A'

red 178 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #B2011A

Tints of Venetian Red #B2011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 86.83%
G = 0.49%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2011A (or 0xB2011A) is known color: Venetian Red. HEX triplet: B2, 01 and 1A. RGB value is (178,1,26). Sum of RGB (Red+Green+Blue) = 178+1+26=205 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.83% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 178 - color contains mainly: red. Hex color #B2011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2011A is #4DFEE5. Grayscale: #383838. Windows color (decimal): -5111526 or 1704370. OLE color: 1704370.

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

Color convert

RGB 178 1 26 -
CMYK 0 0.99 0.85 0.30
HSL 351.53º 0.99% 0.35% -
HSV(B) 351.53º 0.99% 0.7% -
XYZ 18.56 9.56 1.84 -
YUV 56.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 178 1 26 0 0.99 0.85 0.30 351.53 0.99 0.35
Hex B2 1 1A 0 63 55 1E 160 63 23
Octal 262 1 32 0 143 125 36 540 143 43
Binary 10110010 1 11010 0 1100011 1010101 11110 101100000 1100011 100011

Color Harmonies of #B2011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2011A

Black with #B2011A

Text Example


Text Example

White with #B2011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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