#BD043A

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

Shades of Cardinal #BD043A

Tints of Cardinal #BD043A

Color information

#BD043A (or 0xBD043A) is unknown color: approx Cardinal. HEX triplet: BD, 04 and 3A. RGB value is (189,4,58). Sum of RGB (Red+Green+Blue) = 189+4+58=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD043A is #42FBC5. Grayscale: #414141. Windows color (decimal): -4389830 or 3802301. OLE color: 3802301.

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

Color convert

RGB189458-
CMYK00.980.690.26
HSL342.49º95.85%37.84%-
HSV(B)342.49º97.88%74.12%-
XYZ21.7911.215.02-
YUV65.47123.79216.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=75.30%
G=1.59%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18945800.980.690.26342.4995.8537.84
HexBD43A062451A1566026
Octal27547201421053252614046
Binary10111101100111010011000101000101110101010101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD043A; }

 p { color: rgb(189,4,58); }

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

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

 a { background-color: rgb(189,4,58); }

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

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

 span { border-color: rgb(189,4,58); }

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