Html Css Color HEX #BE1548 Cardinal

📋 copy color: '#BE1548'

red 190 ◦ green 21 ◦ blue 72

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

Shades of Cardinal #BE1548

Tints of Cardinal #BE1548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 67.14%
G = 7.42%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE1548 (or 0xBE1548) is known color: Cardinal. HEX triplet: BE, 15 and 48. RGB value is (190,21,72). Sum of RGB (Red+Green+Blue) = 190+21+72=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1548 is #41EAB7. Grayscale: #4D4D4D. Windows color (decimal): -4319928 or 4724158. OLE color: 4724158.

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

Color convert

RGB 190 21 72 -
CMYK 0 0.89 0.62 0.25
HSL 341.89º 0.8% 0.41% -
HSV(B) 341.89º 0.89% 0.75% -
XYZ 22.67 11.95 7.24 -
YUV 77.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 190 21 72 0 0.89 0.62 0.25 341.89 0.8 0.41
Hex BE 15 48 0 59 3E 19 156 50 29
Octal 276 25 110 0 131 76 31 526 120 51
Binary 10111110 10101 1001000 0 1011001 111110 11001 101010110 1010000 101001

Color Harmonies of #BE1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1548

Black with #BE1548

Text Example


Text Example

White with #BE1548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1548; }

 p { color: rgb(190,21,72); }

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

background-color css

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

 a { background-color: rgb(190,21,72); }

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

border-color css

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

 span { border-color: rgb(190,21,72); }

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