#BD0245

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

Shades of Cardinal #BD0245

Tints of Cardinal #BD0245

Color information

#BD0245 (or 0xBD0245) is unknown color: approx Cardinal. HEX triplet: BD, 02 and 45. RGB value is (189,2,69). Sum of RGB (Red+Green+Blue) = 189+2+69=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0245 is #42FDBA. Grayscale: #414141. Windows color (decimal): -4390331 or 4522685. OLE color: 4522685.

HSL color Cylindrical-coordinate representation of color #BD0245: hue angle of 338.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0245 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB189269-
CMYK00.990.630.26
HSL338.5º97.91%37.45%-
HSV(B)338.5º98.94%74.12%-
XYZ22.0811.296.65-
YUV65.55129.95216.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.69%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=72.69%
G=0.77%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18926900.990.630.26338.597.9137.45
HexBD2450633F1A1536225
Octal27521050143773252314245
Binary1011110110100010101100011111111110101010100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0245; }

 p { color: rgb(189,2,69); }

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

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

 a { background-color: rgb(189,2,69); }

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

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

 span { border-color: rgb(189,2,69); }

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