Html Css Color HEX #BE1A40 Cardinal

📋 copy color: '#BE1A40'

red 190 ◦ green 26 ◦ blue 64

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

Shades of Cardinal #BE1A40

Tints of Cardinal #BE1A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 67.86%
G = 9.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE1A40 (or 0xBE1A40) is known color: Cardinal. HEX triplet: BE, 1A and 40. RGB value is (190,26,64). Sum of RGB (Red+Green+Blue) = 190+26+64=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A40 is #41E5BF. Grayscale: #4F4F4F. Windows color (decimal): -4318656 or 4201150. OLE color: 4201150.

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

Color convert

RGB 190 26 64 -
CMYK 0 0.86 0.66 0.25
HSL 346.1º 0.76% 0.42% -
HSV(B) 346.1º 0.86% 0.75% -
XYZ 22.53 12.06 5.99 -
YUV 79.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 190 26 64 0 0.86 0.66 0.25 346.1 0.76 0.42
Hex BE 1A 40 0 56 42 19 15A 4C 2A
Octal 276 32 100 0 126 102 31 532 114 52
Binary 10111110 11010 1000000 0 1010110 1000010 11001 101011010 1001100 101010

Color Harmonies of #BE1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A40

Black with #BE1A40

Text Example


Text Example

White with #BE1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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