Html Css Color HEX #BE1540 Cardinal

📋 copy color: '#BE1540'

red 190 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #BE1540

Tints of Cardinal #BE1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 69.09%
G = 7.64%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE1540 (or 0xBE1540) is known color: Cardinal. HEX triplet: BE, 15 and 40. RGB value is (190,21,64). Sum of RGB (Red+Green+Blue) = 190+21+64=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1540 is #41EABF. Grayscale: #4C4C4C. Windows color (decimal): -4319936 or 4199870. OLE color: 4199870.

HSL color Cylindrical-coordinate representation of color #BE1540: hue angle of 344.73º 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 #BE1540 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 21 64 -
CMYK 0 0.89 0.66 0.25
HSL 344.73º 0.8% 0.41% -
HSV(B) 344.73º 0.89% 0.75% -
XYZ 22.43 11.85 5.96 -
YUV 76.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 190 21 64 0 0.89 0.66 0.25 344.73 0.8 0.41
Hex BE 15 40 0 59 42 19 159 50 29
Octal 276 25 100 0 131 102 31 531 120 51
Binary 10111110 10101 1000000 0 1011001 1000010 11001 101011001 1010000 101001

Color Harmonies of #BE1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1540

Black with #BE1540

Text Example


Text Example

White with #BE1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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