#BD1734

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

Shades of Cardinal #BD1734

Tints of Cardinal #BD1734

Color information

#BD1734 (or 0xBD1734) is unknown color: approx Cardinal. HEX triplet: BD, 17 and 34. RGB value is (189,23,52). Sum of RGB (Red+Green+Blue) = 189+23+52=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1734 is #42E8CB. Grayscale: #4B4B4B. Windows color (decimal): -4384972 or 3413949. OLE color: 3413949.

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

Color convert

RGB1892352-
CMYK00.880.720.26
HSL349.52º78.3%41.57%-
HSV(B)349.52º87.83%74.12%-
XYZ21.9111.684.35-
YUV75.94114.5208.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=71.59%
G=8.71%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189235200.880.720.26349.5278.341.57
HexBD1734058481A15e4e2a
Octal275276401301103253611652
Binary1011110110111110100010110001001000110101010111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1734; }

 p { color: rgb(189,23,52); }

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

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

 a { background-color: rgb(189,23,52); }

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

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

 span { border-color: rgb(189,23,52); }

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