Html Css Color HEX #BE0549 Cardinal

📋 copy color: '#BE0549'

red 190 ◦ green 5 ◦ blue 73

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

Shades of Cardinal #BE0549

Tints of Cardinal #BE0549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 70.9%
G = 1.87%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE0549 (or 0xBE0549) is known color: Cardinal. HEX triplet: BE, 05 and 49. RGB value is (190,5,73). Sum of RGB (Red+Green+Blue) = 190+5+73=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0549 is #41FAB6. Grayscale: #434343. Windows color (decimal): -4324023 or 4785598. OLE color: 4785598.

HSL color Cylindrical-coordinate representation of color #BE0549: hue angle of 337.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0549 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 5 73 -
CMYK 0 0.97 0.62 0.25
HSL 337.95º 0.95% 0.38% -
HSV(B) 337.95º 0.97% 0.75% -
XYZ 22.49 11.54 7.34 -
YUV 68.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 190 5 73 0 0.97 0.62 0.25 337.95 0.95 0.38
Hex BE 5 49 0 61 3E 19 152 5F 26
Octal 276 5 111 0 141 76 31 522 137 46
Binary 10111110 101 1001001 0 1100001 111110 11001 101010010 1011111 100110

Color Harmonies of #BE0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0549

Black with #BE0549

Text Example


Text Example

White with #BE0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0549; }

 p { color: rgb(190,5,73); }

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

background-color css

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

 a { background-color: rgb(190,5,73); }

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

border-color css

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

 span { border-color: rgb(190,5,73); }

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