Html Css Color HEX #BE0F4E Cardinal

📋 copy color: '#BE0F4E'

red 190 ◦ green 15 ◦ blue 78

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

Shades of Cardinal #BE0F4E

Tints of Cardinal #BE0F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 67.14%
G = 5.3%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE0F4E (or 0xBE0F4E) is known color: Cardinal. HEX triplet: BE, 0F and 4E. RGB value is (190,15,78). Sum of RGB (Red+Green+Blue) = 190+15+78=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0F4E is #41F0B1. Grayscale: #4A4A4A. Windows color (decimal): -4321458 or 5115838. OLE color: 5115838.

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

Color convert

RGB 190 15 78 -
CMYK 0 0.92 0.59 0.25
HSL 338.4º 0.85% 0.4% -
HSV(B) 338.4º 0.92% 0.75% -
XYZ 22.78 11.84 8.29 -
YUV 74.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 190 15 78 0 0.92 0.59 0.25 338.4 0.85 0.4
Hex BE F 4E 0 5C 3B 19 152 55 28
Octal 276 17 116 0 134 73 31 522 125 50
Binary 10111110 1111 1001110 0 1011100 111011 11001 101010010 1010101 101000

Color Harmonies of #BE0F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F4E

Black with #BE0F4E

Text Example


Text Example

White with #BE0F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F4E; }

 p { color: rgb(190,15,78); }

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

background-color css

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

 a { background-color: rgb(190,15,78); }

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

border-color css

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

 span { border-color: rgb(190,15,78); }

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