#BE0237

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

Shades of Cardinal #BE0237

Tints of Cardinal #BE0237

Color information

#BE0237 (or 0xBE0237) is unknown color: approx Cardinal. HEX triplet: BE, 02 and 37. RGB value is (190,2,55). Sum of RGB (Red+Green+Blue) = 190+2+55=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0237 is #41FDC8. Grayscale: #404040. Windows color (decimal): -4324809 or 3605182. OLE color: 3605182.

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

Color convert

RGB190255-
CMYK00.990.710.25
HSL343.09º97.92%37.65%-
HSV(B)343.09º98.95%74.51%-
XYZ21.9511.274.63-
YUV64.25122.78217.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=76.92%
G=0.81%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19025500.990.710.25343.0997.9237.65
HexBE23706347191576226
Octal27626701431073152714246
Binary1011111010110111011000111000111110011010101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0237; }

 p { color: rgb(190,2,55); }

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

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

 a { background-color: rgb(190,2,55); }

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

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

 span { border-color: rgb(190,2,55); }

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