Html Css Color HEX #BE1640 Cardinal

📋 copy color: '#BE1640'

red 190 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #BE1640

Tints of Cardinal #BE1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

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

R = 68.84%
G = 7.97%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE1640 (or 0xBE1640) is known color: Cardinal. HEX triplet: BE, 16 and 40. RGB value is (190,22,64). Sum of RGB (Red+Green+Blue) = 190+22+64=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1640 is #41E9BF. Grayscale: #4D4D4D. Windows color (decimal): -4319680 or 4200126. OLE color: 4200126.

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

Color convert

RGB 190 22 64 -
CMYK 0 0.88 0.66 0.25
HSL 345º 0.79% 0.42% -
HSV(B) 345º 0.88% 0.75% -
XYZ 22.45 11.89 5.96 -
YUV 77.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 190 22 64 0 0.88 0.66 0.25 345 0.79 0.42
Hex BE 16 40 0 58 42 19 159 4F 2A
Octal 276 26 100 0 130 102 31 531 117 52
Binary 10111110 10110 1000000 0 1011000 1000010 11001 101011001 1001111 101010

Color Harmonies of #BE1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1640

Black with #BE1640

Text Example


Text Example

White with #BE1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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