Html Css Color HEX #B2071F Venetian Red

📋 copy color: '#B2071F'

red 178 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #B2071F

Tints of Venetian Red #B2071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 82.41%
G = 3.24%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2071F (or 0xB2071F) is known color: Venetian Red. HEX triplet: B2, 07 and 1F. RGB value is (178,7,31). Sum of RGB (Red+Green+Blue) = 178+7+31=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B2071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2071F is #4DF8E0. Grayscale: #3C3C3C. Windows color (decimal): -5109985 or 2033586. OLE color: 2033586.

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

Color convert

RGB 178 7 31 -
CMYK 0 0.96 0.83 0.30
HSL 351.58º 0.92% 0.36% -
HSV(B) 351.58º 0.96% 0.7% -
XYZ 18.68 9.72 2.19 -
YUV 60.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 178 7 31 0 0.96 0.83 0.30 351.58 0.92 0.36
Hex B2 7 1F 0 60 53 1E 160 5C 24
Octal 262 7 37 0 140 123 36 540 134 44
Binary 10110010 111 11111 0 1100000 1010011 11110 101100000 1011100 100100

Color Harmonies of #B2071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2071F

Black with #B2071F

Text Example


Text Example

White with #B2071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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