#BE074A

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

Shades of Cardinal #BE074A

Tints of Cardinal #BE074A

Color information

#BE074A (or 0xBE074A) is unknown color: approx Cardinal. HEX triplet: BE, 07 and 4A. RGB value is (190,7,74). Sum of RGB (Red+Green+Blue) = 190+7+74=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE074A is #41F8B5. Grayscale: #454545. Windows color (decimal): -4323510 or 4851646. OLE color: 4851646.

HSL color Cylindrical-coordinate representation of color #BE074A: hue angle of 338.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE074A is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB190774-
CMYK00.960.610.25
HSL338.03º92.89%38.63%-
HSV(B)338.03º96.32%74.51%-
XYZ22.5511.597.53-
YUV69.35130.63214.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 7 (3.12% from 255) = 2.58%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=70.11%
G=2.58%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19077400.960.610.25338.0392.8938.63
HexBE74A0603D191525d27
Octal27671120140753152213547
Binary10111110111100101001100000111101110011010100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE074A; }

 p { color: rgb(190,7,74); }

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

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

 a { background-color: rgb(190,7,74); }

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

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

 span { border-color: rgb(190,7,74); }

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