#BE0337

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

Shades of Cardinal #BE0337

Tints of Cardinal #BE0337

Color information

#BE0337 (or 0xBE0337) is unknown color: approx Cardinal. HEX triplet: BE, 03 and 37. RGB value is (190,3,55). Sum of RGB (Red+Green+Blue) = 190+3+55=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0337 is #41FCC8. Grayscale: #404040. Windows color (decimal): -4324553 or 3605438. OLE color: 3605438.

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

Color convert

RGB190355-
CMYK00.980.710.25
HSL343.32º96.89%37.84%-
HSV(B)343.32º98.42%74.51%-
XYZ21.9611.294.64-
YUV64.84122.45217.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.61%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 55 (21.88% from 255) = 22.18%
R=76.61%
G=1.21%
B=22.18%

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
Decimal19035500.980.710.25343.3296.8937.84
HexBE33706247191576126
Octal27636701421073152714146
Binary1011111011110111011000101000111110011010101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0337; }

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

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

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

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

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

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

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

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