#BD252D

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

Shades of Cardinal #BD252D

Tints of Cardinal #BD252D

Color information

#BD252D (or 0xBD252D) is unknown color: approx Cardinal. HEX triplet: BD, 25 and 2D. RGB value is (189,37,45). Sum of RGB (Red+Green+Blue) = 189+37+45=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD252D is #42DAD2. Grayscale: #535353. Windows color (decimal): -4381395 or 2958781. OLE color: 2958781.

HSL color Cylindrical-coordinate representation of color #BD252D: hue angle of 356.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD252D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1893745-
CMYK00.800.760.26
HSL356.84º67.26%44.31%-
HSV(B)356.84º80.42%74.12%-
XYZ22.1212.333.7-
YUV83.36106.36203.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.74%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=69.74%
G=13.65%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189374500.800.760.26356.8467.2644.31
HexBD252D0504C1A165432c
Octal275455501201143254510354
Binary10111101100101101101010100001001100110101011001011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD252D; }

 p { color: rgb(189,37,45); }

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

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

 a { background-color: rgb(189,37,45); }

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

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

 span { border-color: rgb(189,37,45); }

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