Html Css Color HEX #BE074A Cardinal

📋 copy color: '#BE074A'

red 190 ◦ green 7 ◦ blue 74

#BE074A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE074A

Tints of Cardinal #BE074A

RGB

 RED value IS 190 (74.61% from 255) = 70.11%

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 70.11%
G = 2.58%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE074A (or 0xBE074A) is known color: 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

RGB 190 7 74 -
CMYK 0 0.96 0.61 0.25
HSL 338.03º 0.93% 0.39% -
HSV(B) 338.03º 0.96% 0.75% -
XYZ 22.55 11.59 7.53 -
YUV 69.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 190 7 74 0 0.96 0.61 0.25 338.03 0.93 0.39
Hex BE 7 4A 0 60 3D 19 152 5D 27
Octal 276 7 112 0 140 75 31 522 135 47
Binary 10111110 111 1001010 0 1100000 111101 11001 101010010 1011101 100111

Color Harmonies of #BE074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE074A

Black with #BE074A

Text Example


Text Example

White with #BE074A

Text Example


Text Example

HTML Codes & Css Web 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>