Html Css Color HEX #B2050A Venetian Red

📋 copy color: '#B2050A'

red 178 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #B2050A

Tints of Venetian Red #B2050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 92.23%
G = 2.59%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2050A (or 0xB2050A) is known color: Venetian Red. HEX triplet: B2, 05 and 0A. RGB value is (178,5,10). Sum of RGB (Red+Green+Blue) = 178+5+10=193 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.23% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 178 - color contains mainly: red. Hex color #B2050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2050A is #4DFAF5. Grayscale: #393939. Windows color (decimal): -5110518 or 656818. OLE color: 656818.

HSL color Cylindrical-coordinate representation of color #B2050A: hue angle of 358.27º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2050A is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 10 -
CMYK 0 0.97 0.94 0.30
HSL 358.27º 0.95% 0.36% -
HSV(B) 358.27º 0.97% 0.7% -
XYZ 18.47 9.6 1.17 -
YUV 57.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 178 5 10 0 0.97 0.94 0.30 358.27 0.95 0.36
Hex B2 5 A 0 61 5E 1E 166 5F 24
Octal 262 5 12 0 141 136 36 546 137 44
Binary 10110010 101 1010 0 1100001 1011110 11110 101100110 1011111 100100

Color Harmonies of #B2050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2050A

Black with #B2050A

Text Example


Text Example

White with #B2050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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