#BD083B

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

Shades of Cardinal #BD083B

Tints of Cardinal #BD083B

Color information

#BD083B (or 0xBD083B) is unknown color: approx Cardinal. HEX triplet: BD, 08 and 3B. RGB value is (189,8,59). Sum of RGB (Red+Green+Blue) = 189+8+59=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD083B is #42F7C4. Grayscale: #434343. Windows color (decimal): -4388805 or 3868861. OLE color: 3868861.

HSL color Cylindrical-coordinate representation of color #BD083B: hue angle of 343.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD083B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB189859-
CMYK00.960.690.26
HSL343.09º91.88%38.63%-
HSV(B)343.09º95.77%74.12%-
XYZ21.8611.315.17-
YUV67.93122.97214.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.83%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=73.83%
G=3.12%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18985900.960.690.26343.0991.8838.63
HexBD83B060451A1575c27
Octal275107301401053252713447
Binary101111011000111011011000001000101110101010101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD083B; }

 p { color: rgb(189,8,59); }

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

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

 a { background-color: rgb(189,8,59); }

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

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

 span { border-color: rgb(189,8,59); }

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