#BD132B

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

Shades of Cardinal #BD132B

Tints of Cardinal #BD132B

Color information

#BD132B (or 0xBD132B) is unknown color: approx Cardinal. HEX triplet: BD, 13 and 2B. RGB value is (189,19,43). Sum of RGB (Red+Green+Blue) = 189+19+43=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD132B is #42ECD4. Grayscale: #484848. Windows color (decimal): -4386005 or 2823101. OLE color: 2823101.

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

Color convert

RGB1891943-
CMYK00.900.770.26
HSL351.53º81.73%40.78%-
HSV(B)351.53º89.95%74.12%-
XYZ21.6611.463.36-
YUV72.57111.32211.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=75.30%
G=7.57%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189194300.900.770.26351.5381.7340.78
HexBD132B05A4D1A1605229
Octal275235301321153254012251
Binary1011110110011101011010110101001101110101011000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD132B; }

 p { color: rgb(189,19,43); }

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

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

 a { background-color: rgb(189,19,43); }

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

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

 span { border-color: rgb(189,19,43); }

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