#BD1243

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

Shades of Cardinal #BD1243

Tints of Cardinal #BD1243

Color information

#BD1243 (or 0xBD1243) is unknown color: approx Cardinal. HEX triplet: BD, 12 and 43. RGB value is (189,18,67). Sum of RGB (Red+Green+Blue) = 189+18+67=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1243 is #42EDBC. Grayscale: #4A4A4A. Windows color (decimal): -4386237 or 4395709. OLE color: 4395709.

HSL color Cylindrical-coordinate representation of color #BD1243: hue angle of 342.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1243 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1891867-
CMYK00.900.650.26
HSL342.81º82.61%40.59%-
HSV(B)342.81º90.48%74.12%-
XYZ22.2211.666.39-
YUV74.72123.65209.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.98%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=68.98%
G=6.57%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189186700.900.650.26342.8182.6140.59
HexBD124305A411A1575329
Octal2752210301321013252712351
Binary10111101100101000011010110101000001110101010101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1243; }

 p { color: rgb(189,18,67); }

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

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

 a { background-color: rgb(189,18,67); }

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

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

 span { border-color: rgb(189,18,67); }

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