Html Css Color HEX #BE0E46 Cardinal

📋 copy color: '#BE0E46'

red 190 ◦ green 14 ◦ blue 70

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

Shades of Cardinal #BE0E46

Tints of Cardinal #BE0E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 69.34%
G = 5.11%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE0E46 (or 0xBE0E46) is known color: Cardinal. HEX triplet: BE, 0E and 46. RGB value is (190,14,70). Sum of RGB (Red+Green+Blue) = 190+14+70=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E46 is #41F1B9. Grayscale: #484848. Windows color (decimal): -4321722 or 4591294. OLE color: 4591294.

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

Color convert

RGB 190 14 70 -
CMYK 0 0.93 0.63 0.25
HSL 340.91º 0.86% 0.4% -
HSV(B) 340.91º 0.93% 0.75% -
XYZ 22.5 11.7 6.87 -
YUV 73.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 190 14 70 0 0.93 0.63 0.25 340.91 0.86 0.4
Hex BE E 46 0 5D 3F 19 155 56 28
Octal 276 16 106 0 135 77 31 525 126 50
Binary 10111110 1110 1000110 0 1011101 111111 11001 101010101 1010110 101000

Color Harmonies of #BE0E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E46

Black with #BE0E46

Text Example


Text Example

White with #BE0E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E46; }

 p { color: rgb(190,14,70); }

 H1.HeaderClassName
 {
   color: #BE0E46;
 }
 .AnyTagClassName
 {
   color: #BE0E46;
 }
</style>

background-color css

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

 a { background-color: rgb(190,14,70); }

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

border-color css

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

 span { border-color: rgb(190,14,70); }

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