#BE0045

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

Shades of Cardinal #BE0045

Tints of Cardinal #BE0045

Color information

#BE0045 (or 0xBE0045) is unknown color: approx Cardinal. HEX triplet: BE, 00 and 45. RGB value is (190,0,69). Sum of RGB (Red+Green+Blue) = 190+0+69=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0045 is #41FFBA. Grayscale: #404040. Windows color (decimal): -4325307 or 4522174. OLE color: 4522174.

HSL color Cylindrical-coordinate representation of color #BE0045: hue angle of 338.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0045 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB190069-
CMYK010.640.25
HSL338.21º100%37.25%-
HSV(B)338.21º100%74.51%-
XYZ22.3111.386.65-
YUV64.68130.45217.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=73.36%
G=0%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190069010.640.25338.2110037.25
HexBE04506440191526425
Octal276010501441003152214445
Binary1011111001000101011001001000000110011010100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0045; }

 p { color: rgb(190,0,69); }

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

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

 a { background-color: rgb(190,0,69); }

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

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

 span { border-color: rgb(190,0,69); }

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