#BD1A30

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

Shades of Cardinal #BD1A30

Tints of Cardinal #BD1A30

Color information

#BD1A30 (or 0xBD1A30) is unknown color: approx Cardinal. HEX triplet: BD, 1A and 30. RGB value is (189,26,48). Sum of RGB (Red+Green+Blue) = 189+26+48=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A30 is #42E5CF. Grayscale: #4D4D4D. Windows color (decimal): -4384208 or 3152573. OLE color: 3152573.

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

Color convert

RGB1892648-
CMYK00.860.750.26
HSL351.9º75.81%42.16%-
HSV(B)351.9º86.24%74.12%-
XYZ21.8911.773.91-
YUV77.24111.5207.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.86%
GREEN value IS 26 (10.55% from 255) = 9.89%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=71.86%
G=9.89%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189264800.860.750.26351.975.8142.16
HexBD1A300564B1A1604c2a
Octal275326001261133254011452
Binary1011110111010110000010101101001011110101011000001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A30; }

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

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

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

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

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

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

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

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