#BE0438

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

Shades of Cardinal #BE0438

Tints of Cardinal #BE0438

Color information

#BE0438 (or 0xBE0438) is unknown color: approx Cardinal. HEX triplet: BE, 04 and 38. RGB value is (190,4,56). Sum of RGB (Red+Green+Blue) = 190+4+56=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0438 is #41FBC7. Grayscale: #414141. Windows color (decimal): -4324296 or 3671230. OLE color: 3671230.

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

Color convert

RGB190456-
CMYK00.980.710.25
HSL343.23º95.88%38.04%-
HSV(B)343.23º97.89%74.51%-
XYZ21.9911.324.77-
YUV65.54122.62216.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=76%
G=1.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19045600.980.710.25343.2395.8838.04
HexBE43806247191576026
Octal27647001421073152714046
Binary10111110100111000011000101000111110011010101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0438; }

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

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

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

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

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

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

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

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