#BD0438

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

Shades of Cardinal #BD0438

Tints of Cardinal #BD0438

Color information

#BD0438 (or 0xBD0438) is unknown color: approx Cardinal. HEX triplet: BD, 04 and 38. RGB value is (189,4,56). Sum of RGB (Red+Green+Blue) = 189+4+56=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0438 is #42FBC7. Grayscale: #414141. Windows color (decimal): -4389832 or 3671229. OLE color: 3671229.

HSL color Cylindrical-coordinate representation of color #BD0438: hue angle of 343.14º 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 #BD0438 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB189456-
CMYK00.980.700.26
HSL343.14º95.85%37.84%-
HSV(B)343.14º97.88%74.12%-
XYZ21.7411.194.76-
YUV65.24122.79216.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=75.90%
G=1.61%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18945600.980.700.26343.1495.8537.84
HexBD438062461A1576026
Octal27547001421063252714046
Binary10111101100111000011000101000110110101010101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0438; }

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

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

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

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

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

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

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

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