Html Css Color HEX #B2040E Venetian Red

📋 copy color: '#B2040E'

red 178 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #B2040E

Tints of Venetian Red #B2040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

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

R = 90.82%
G = 2.04%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2040E (or 0xB2040E) is known color: Venetian Red. HEX triplet: B2, 04 and 0E. RGB value is (178,4,14). Sum of RGB (Red+Green+Blue) = 178+4+14=196 (25% of max value = 765). Red value is 178 (69.92% from 255 or 90.82% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 178 - color contains mainly: red. Hex color #B2040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2040E is #4DFBF1. Grayscale: #393939. Windows color (decimal): -5110770 or 918706. OLE color: 918706.

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

Color convert

RGB 178 4 14 -
CMYK 0 0.98 0.92 0.30
HSL 356.55º 0.96% 0.36% -
HSV(B) 356.55º 0.98% 0.7% -
XYZ 18.48 9.58 1.29 -
YUV 57.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 178 4 14 0 0.98 0.92 0.30 356.55 0.96 0.36
Hex B2 4 E 0 62 5C 1E 165 60 24
Octal 262 4 16 0 142 134 36 545 140 44
Binary 10110010 100 1110 0 1100010 1011100 11110 101100101 1100000 100100

Color Harmonies of #B2040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2040E

Black with #B2040E

Text Example


Text Example

White with #B2040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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