#BE043A

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

Shades of Cardinal #BE043A

Tints of Cardinal #BE043A

Color information

#BE043A (or 0xBE043A) is unknown color: approx Cardinal. HEX triplet: BE, 04 and 3A. RGB value is (190,4,58). Sum of RGB (Red+Green+Blue) = 190+4+58=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE043A is #41FBC5. Grayscale: #414141. Windows color (decimal): -4324294 or 3802302. OLE color: 3802302.

HSL color Cylindrical-coordinate representation of color #BE043A: hue angle of 342.58º 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 #BE043A is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB190458-
CMYK00.980.690.25
HSL342.58º95.88%38.04%-
HSV(B)342.58º97.89%74.51%-
XYZ22.0411.345.03-
YUV65.77123.62216.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.40%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=75.40%
G=1.59%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19045800.980.690.25342.5895.8838.04
HexBE43A06245191576026
Octal27647201421053152714046
Binary10111110100111010011000101000101110011010101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE043A; }

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

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

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

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

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

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

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

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