#BD1430

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

Shades of Cardinal #BD1430

Tints of Cardinal #BD1430

Color information

#BD1430 (or 0xBD1430) is unknown color: approx Cardinal. HEX triplet: BD, 14 and 30. RGB value is (189,20,48). Sum of RGB (Red+Green+Blue) = 189+20+48=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1430 is #42EBCF. Grayscale: #494949. Windows color (decimal): -4385744 or 3151037. OLE color: 3151037.

HSL color Cylindrical-coordinate representation of color #BD1430: hue angle of 350.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1430 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB1892048-
CMYK00.890.750.26
HSL350.06º80.86%40.98%-
HSV(B)350.06º89.42%74.12%-
XYZ21.7711.533.87-
YUV73.72113.49210.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.54%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=73.54%
G=7.78%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189204800.890.750.26350.0680.8640.98
HexBD14300594B1A15e5129
Octal275246001311133253612151
Binary1011110110100110000010110011001011110101010111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1430; }

 p { color: rgb(189,20,48); }

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

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

 a { background-color: rgb(189,20,48); }

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

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

 span { border-color: rgb(189,20,48); }

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