Html Css Color HEX #B7012B Venetian Red

📋 copy color: '#B7012B'

red 183 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #B7012B

Tints of Venetian Red #B7012B

RGB

 RED value IS 183 (71.88% from 255) = 80.62%

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 80.62%
G = 0.44%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7012B (or 0xB7012B) is known color: Venetian Red. HEX triplet: B7, 01 and 2B. RGB value is (183,1,43). Sum of RGB (Red+Green+Blue) = 183+1+43=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7012B is #48FED4. Grayscale: #3C3C3C. Windows color (decimal): -4783829 or 2818487. OLE color: 2818487.

HSL color Cylindrical-coordinate representation of color #B7012B: hue angle of 346.15º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7012B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 43 -
CMYK 0 0.99 0.77 0.28
HSL 346.15º 0.99% 0.36% -
HSV(B) 346.15º 0.99% 0.72% -
XYZ 19.98 10.26 3.21 -
YUV 60.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 183 1 43 0 0.99 0.77 0.28 346.15 0.99 0.36
Hex B7 1 2B 0 63 4D 1C 15A 63 24
Octal 267 1 53 0 143 115 34 532 143 44
Binary 10110111 1 101011 0 1100011 1001101 11100 101011010 1100011 100100

Color Harmonies of #B7012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7012B

Black with #B7012B

Text Example


Text Example

White with #B7012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7012B; }

 p { color: rgb(183,1,43); }

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

background-color css

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

 a { background-color: rgb(183,1,43); }

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

border-color css

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

 span { border-color: rgb(183,1,43); }

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