Html Css Color HEX #B2050E Venetian Red

📋 copy color: '#B2050E'

red 178 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #B2050E

Tints of Venetian Red #B2050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 90.36%
G = 2.54%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2050E (or 0xB2050E) is known color: Venetian Red. HEX triplet: B2, 05 and 0E. RGB value is (178,5,14). Sum of RGB (Red+Green+Blue) = 178+5+14=197 (26% of max value = 765). Red value is 178 (69.92% from 255 or 90.36% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 178 - color contains mainly: red. Hex color #B2050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2050E is #4DFAF1. Grayscale: #393939. Windows color (decimal): -5110514 or 918962. OLE color: 918962.

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

Color convert

RGB 178 5 14 -
CMYK 0 0.97 0.92 0.30
HSL 356.88º 0.95% 0.36% -
HSV(B) 356.88º 0.97% 0.7% -
XYZ 18.49 9.61 1.29 -
YUV 57.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 178 5 14 0 0.97 0.92 0.30 356.88 0.95 0.36
Hex B2 5 E 0 61 5C 1E 165 5F 24
Octal 262 5 16 0 141 134 36 545 137 44
Binary 10110010 101 1110 0 1100001 1011100 11110 101100101 1011111 100100

Color Harmonies of #B2050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2050E

Black with #B2050E

Text Example


Text Example

White with #B2050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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