#BD1A33

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

Shades of Cardinal #BD1A33

Tints of Cardinal #BD1A33

Color information

#BD1A33 (or 0xBD1A33) is unknown color: approx Cardinal. HEX triplet: BD, 1A and 33. RGB value is (189,26,51). Sum of RGB (Red+Green+Blue) = 189+26+51=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A33 is #42E5CC. Grayscale: #4D4D4D. Windows color (decimal): -4384205 or 3349181. OLE color: 3349181.

HSL color Cylindrical-coordinate representation of color #BD1A33: hue angle of 350.8º 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 #BD1A33 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1892651-
CMYK00.860.730.26
HSL350.8º75.81%42.16%-
HSV(B)350.8º86.24%74.12%-
XYZ21.9511.84.25-
YUV77.59113207.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.05%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=71.05%
G=9.77%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189265100.860.730.26350.875.8142.16
HexBD1A33056491A15f4c2a
Octal275326301261113253711452
Binary1011110111010110011010101101001001110101010111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A33; }

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

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

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

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

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

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

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

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