#BD082E

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

Shades of Cardinal #BD082E

Tints of Cardinal #BD082E

Color information

#BD082E (or 0xBD082E) is unknown color: approx Cardinal. HEX triplet: BD, 08 and 2E. RGB value is (189,8,46). Sum of RGB (Red+Green+Blue) = 189+8+46=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082E is #42F7D1. Grayscale: #424242. Windows color (decimal): -4388818 or 3016893. OLE color: 3016893.

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

Color convert

RGB189846-
CMYK00.960.760.26
HSL347.4º91.88%38.63%-
HSV(B)347.4º95.77%74.12%-
XYZ21.5711.193.61-
YUV66.45116.47215.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.78%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=77.78%
G=3.29%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18984600.960.760.26347.491.8838.63
HexBD82E0604C1A15b5c27
Octal275105601401143253313447
Binary101111011000101110011000001001100110101010110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD082E; }

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

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

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

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

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

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

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

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