Html Css Color HEX #BE2044 Cardinal

📋 copy color: '#BE2044'

red 190 ◦ green 32 ◦ blue 68

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

Shades of Cardinal #BE2044

Tints of Cardinal #BE2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 65.52%
G = 11.03%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE2044 (or 0xBE2044) is known color: Cardinal. HEX triplet: BE, 20 and 44. RGB value is (190,32,68). Sum of RGB (Red+Green+Blue) = 190+32+68=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2044 is #41DFBB. Grayscale: #535353. Windows color (decimal): -4317116 or 4464830. OLE color: 4464830.

HSL color Cylindrical-coordinate representation of color #BE2044: hue angle of 346.33º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2044 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 68 -
CMYK 0 0.83 0.64 0.25
HSL 346.33º 0.71% 0.44% -
HSV(B) 346.33º 0.83% 0.75% -
XYZ 22.8 12.4 6.66 -
YUV 83.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 190 32 68 0 0.83 0.64 0.25 346.33 0.71 0.44
Hex BE 20 44 0 53 40 19 15A 47 2C
Octal 276 40 104 0 123 100 31 532 107 54
Binary 10111110 100000 1000100 0 1010011 1000000 11001 101011010 1000111 101100

Color Harmonies of #BE2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2044

Black with #BE2044

Text Example


Text Example

White with #BE2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2044; }

 p { color: rgb(190,32,68); }

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

background-color css

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

 a { background-color: rgb(190,32,68); }

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

border-color css

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

 span { border-color: rgb(190,32,68); }

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