#BE043C

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

Shades of Cardinal #BE043C

Tints of Cardinal #BE043C

Color information

#BE043C (or 0xBE043C) is unknown color: approx Cardinal. HEX triplet: BE, 04 and 3C. RGB value is (190,4,60). Sum of RGB (Red+Green+Blue) = 190+4+60=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE043C is #41FBC3. Grayscale: #414141. Windows color (decimal): -4324292 or 3933374. OLE color: 3933374.

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

Color convert

RGB190460-
CMYK00.980.680.25
HSL341.94º95.88%38.04%-
HSV(B)341.94º97.89%74.51%-
XYZ22.0911.365.3-
YUV66124.62216.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.80%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=74.80%
G=1.57%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19046000.980.680.25341.9495.8838.04
HexBE43C06244191566026
Octal27647401421043152614046
Binary10111110100111100011000101000100110011010101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE043C; }

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

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

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

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

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

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

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

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