Html Css Color HEX #B2010A Venetian Red

📋 copy color: '#B2010A'

red 178 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #B2010A

Tints of Venetian Red #B2010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 94.18%
G = 0.53%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2010A (or 0xB2010A) is known color: Venetian Red. HEX triplet: B2, 01 and 0A. RGB value is (178,1,10). Sum of RGB (Red+Green+Blue) = 178+1+10=189 (25% of max value = 765). Red value is 178 (69.92% from 255 or 94.18% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 178 - color contains mainly: red. Hex color #B2010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2010A is #4DFEF5. Grayscale: #373737. Windows color (decimal): -5111542 or 655794. OLE color: 655794.

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

Color convert

RGB 178 1 10 -
CMYK 0 0.99 0.94 0.30
HSL 356.95º 0.99% 0.35% -
HSV(B) 356.95º 0.99% 0.7% -
XYZ 18.43 9.51 1.15 -
YUV 54.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 178 1 10 0 0.99 0.94 0.30 356.95 0.99 0.35
Hex B2 1 A 0 63 5E 1E 165 63 23
Octal 262 1 12 0 143 136 36 545 143 43
Binary 10110010 1 1010 0 1100011 1011110 11110 101100101 1100011 100011

Color Harmonies of #B2010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2010A

Black with #B2010A

Text Example


Text Example

White with #B2010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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