#BD1244

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

Shades of Cardinal #BD1244

Tints of Cardinal #BD1244

Color information

#BD1244 (or 0xBD1244) is unknown color: approx Cardinal. HEX triplet: BD, 12 and 44. RGB value is (189,18,68). Sum of RGB (Red+Green+Blue) = 189+18+68=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1244 is #42EDBB. Grayscale: #4A4A4A. Windows color (decimal): -4386236 or 4461245. OLE color: 4461245.

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

Color convert

RGB1891868-
CMYK00.900.640.26
HSL342.46º82.61%40.59%-
HSV(B)342.46º90.48%74.12%-
XYZ22.2511.676.55-
YUV74.83124.15209.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.73%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=68.73%
G=6.55%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189186800.900.640.26342.4682.6140.59
HexBD124405A401A1565329
Octal2752210401321003252612351
Binary10111101100101000100010110101000000110101010101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1244; }

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

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

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

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

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

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

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

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