Html Css Color HEX #BE1341 Cardinal

📋 copy color: '#BE1341'

red 190 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #BE1341

Tints of Cardinal #BE1341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 69.34%
G = 6.93%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE1341 (or 0xBE1341) is known color: Cardinal. HEX triplet: BE, 13 and 41. RGB value is (190,19,65). Sum of RGB (Red+Green+Blue) = 190+19+65=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1341 is #41ECBE. Grayscale: #4B4B4B. Windows color (decimal): -4320447 or 4264894. OLE color: 4264894.

HSL color Cylindrical-coordinate representation of color #BE1341: hue angle of 343.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1341 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 65 -
CMYK 0 0.90 0.66 0.25
HSL 343.86º 0.82% 0.41% -
HSV(B) 343.86º 0.9% 0.75% -
XYZ 22.42 11.79 6.1 -
YUV 75.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 190 19 65 0 0.90 0.66 0.25 343.86 0.82 0.41
Hex BE 13 41 0 5A 42 19 158 52 29
Octal 276 23 101 0 132 102 31 530 122 51
Binary 10111110 10011 1000001 0 1011010 1000010 11001 101011000 1010010 101001

Color Harmonies of #BE1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1341

Black with #BE1341

Text Example


Text Example

White with #BE1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1341; }

 p { color: rgb(190,19,65); }

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

background-color css

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

 a { background-color: rgb(190,19,65); }

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

border-color css

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

 span { border-color: rgb(190,19,65); }

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