#B7032B

Color #B7032B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B7032B

Tints of Venetian Red #B7032B

Color information

#B7032B (or 0xB7032B) is unknown color: approx Venetian Red. HEX triplet: B7, 03 and 2B. RGB value is (183,3,43). Sum of RGB (Red+Green+Blue) = 183+3+43=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7032B is #48FCD4. Grayscale: #3D3D3D. Windows color (decimal): -4783317 or 2818999. OLE color: 2818999.

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

Color convert

RGB183343-
CMYK00.980.770.28
HSL346.67º96.77%36.47%-
HSV(B)346.67º98.36%71.76%-
XYZ2010.313.22-
YUV61.38117.63214.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 79.91%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=79.91%
G=1.31%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18334300.980.770.28346.6796.7736.47
HexB732B0624D1C15b6124
Octal26735301421153453314144
Binary1011011111101011011000101001101111001010110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7032B; }

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

 H1.HeaderClassName
 {
   color: #B7032B;
 }
 .AnyTagClassName
 {
   color: #B7032B;
 }
</style>
background-color css

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

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

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

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

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

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