#BD072A

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

Shades of Venetian Red #BD072A

Tints of Venetian Red #BD072A

Color information

#BD072A (or 0xBD072A) is unknown color: approx Venetian Red. HEX triplet: BD, 07 and 2A. RGB value is (189,7,42). Sum of RGB (Red+Green+Blue) = 189+7+42=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD072A is #42F8D5. Grayscale: #414141. Windows color (decimal): -4389078 or 2754493. OLE color: 2754493.

HSL color Cylindrical-coordinate representation of color #BD072A: hue angle of 348.46º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD072A is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB189742-
CMYK00.960.780.26
HSL348.46º92.86%38.43%-
HSV(B)348.46º96.3%74.12%-
XYZ21.4811.143.21-
YUV65.41114.8216.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.41%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=79.41%
G=2.94%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18974200.960.780.26348.4692.8638.43
HexBD72A0604E1A15c5d26
Octal27575201401163253413546
Binary10111101111101010011000001001110110101010111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD072A; }

 p { color: rgb(189,7,42); }

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

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

 a { background-color: rgb(189,7,42); }

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

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

 span { border-color: rgb(189,7,42); }

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