#BE0439

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

Shades of Cardinal #BE0439

Tints of Cardinal #BE0439

Color information

#BE0439 (or 0xBE0439) is unknown color: approx Cardinal. HEX triplet: BE, 04 and 39. RGB value is (190,4,57). Sum of RGB (Red+Green+Blue) = 190+4+57=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0439 is #41FBC6. Grayscale: #414141. Windows color (decimal): -4324295 or 3736766. OLE color: 3736766.

HSL color Cylindrical-coordinate representation of color #BE0439: hue angle of 342.9º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0439 is Cyan = 0, Magento = 0.98, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB190457-
CMYK00.980.70.25
HSL342.9º95.88%38.04%-
HSV(B)342.9º97.89%74.51%-
XYZ22.0211.334.9-
YUV65.66123.12216.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.70%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=75.70%
G=1.59%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19045700.980.70.25342.995.8838.04
HexBE43906246191576026
Octal27647101421063152714046
Binary10111110100111001011000101000110110011010101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0439; }

 p { color: rgb(190,4,57); }

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

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

 a { background-color: rgb(190,4,57); }

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

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

 span { border-color: rgb(190,4,57); }

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