Html Css Color HEX #B2041F Venetian Red

📋 copy color: '#B2041F'

red 178 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #B2041F

Tints of Venetian Red #B2041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 83.57%
G = 1.88%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2041F (or 0xB2041F) is known color: Venetian Red. HEX triplet: B2, 04 and 1F. RGB value is (178,4,31). Sum of RGB (Red+Green+Blue) = 178+4+31=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B2041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2041F is #4DFBE0. Grayscale: #3B3B3B. Windows color (decimal): -5110753 or 2032818. OLE color: 2032818.

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

Color convert

RGB 178 4 31 -
CMYK 0 0.98 0.83 0.30
HSL 350.69º 0.96% 0.36% -
HSV(B) 350.69º 0.98% 0.7% -
XYZ 18.65 9.65 2.18 -
YUV 59.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 178 4 31 0 0.98 0.83 0.30 350.69 0.96 0.36
Hex B2 4 1F 0 62 53 1E 15F 60 24
Octal 262 4 37 0 142 123 36 537 140 44
Binary 10110010 100 11111 0 1100010 1010011 11110 101011111 1100000 100100

Color Harmonies of #B2041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2041F

Black with #B2041F

Text Example


Text Example

White with #B2041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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