#BD2735

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

Shades of Cardinal #BD2735

Tints of Cardinal #BD2735

Color information

#BD2735 (or 0xBD2735) is unknown color: approx Cardinal. HEX triplet: BD, 27 and 35. RGB value is (189,39,53). Sum of RGB (Red+Green+Blue) = 189+39+53=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2735 is #42D8CA. Grayscale: #555555. Windows color (decimal): -4380875 or 3483581. OLE color: 3483581.

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

Color convert

RGB1893953-
CMYK00.790.720.26
HSL354.4º65.79%44.71%-
HSV(B)354.4º79.37%74.12%-
XYZ22.3512.534.61-
YUV85.45109.7201.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=67.26%
G=13.88%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189395300.790.720.26354.465.7944.71
HexBD273504F481A162422d
Octal275476501171103254210255
Binary10111101100111110101010011111001000110101011000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2735; }

 p { color: rgb(189,39,53); }

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

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

 a { background-color: rgb(189,39,53); }

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

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

 span { border-color: rgb(189,39,53); }

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