#BD1238

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

Shades of Cardinal #BD1238

Tints of Cardinal #BD1238

Color information

#BD1238 (or 0xBD1238) is unknown color: approx Cardinal. HEX triplet: BD, 12 and 38. RGB value is (189,18,56). Sum of RGB (Red+Green+Blue) = 189+18+56=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1238 is #42EDC7. Grayscale: #494949. Windows color (decimal): -4386248 or 3674813. OLE color: 3674813.

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

Color convert

RGB1891856-
CMYK00.900.700.26
HSL346.67º82.61%40.59%-
HSV(B)346.67º90.48%74.12%-
XYZ21.9211.544.81-
YUV73.46118.15210.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.86%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=71.86%
G=6.84%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189185600.900.700.26346.6782.6140.59
HexBD123805A461A15b5329
Octal275227001321063253312351
Binary1011110110010111000010110101000110110101010110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1238; }

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

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

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

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

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

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

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

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