#BD0634

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

Shades of Cardinal #BD0634

Tints of Cardinal #BD0634

Color information

#BD0634 (or 0xBD0634) is unknown color: approx Cardinal. HEX triplet: BD, 06 and 34. RGB value is (189,6,52). Sum of RGB (Red+Green+Blue) = 189+6+52=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0634 is #42F9CB. Grayscale: #414141. Windows color (decimal): -4389324 or 3409597. OLE color: 3409597.

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

Color convert

RGB189652-
CMYK00.970.720.26
HSL344.92º93.85%38.24%-
HSV(B)344.92º96.83%74.12%-
XYZ21.6711.24.27-
YUV65.96120.13215.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 76.52%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=76.52%
G=2.43%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18965200.970.720.26344.9293.8538.24
HexBD634061481A1595e26
Octal27566401411103253113646
Binary10111101110110100011000011001000110101010110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0634; }

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

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

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

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

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

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

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

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