Html Css Color HEX #BE1044 Cardinal

📋 copy color: '#BE1044'

red 190 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #BE1044

Tints of Cardinal #BE1044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 69.34%
G = 5.84%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE1044 (or 0xBE1044) is known color: Cardinal. HEX triplet: BE, 10 and 44. RGB value is (190,16,68). Sum of RGB (Red+Green+Blue) = 190+16+68=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1044 is #41EFBB. Grayscale: #494949. Windows color (decimal): -4321212 or 4460734. OLE color: 4460734.

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

Color convert

RGB 190 16 68 -
CMYK 0 0.92 0.64 0.25
HSL 342.07º 0.84% 0.4% -
HSV(B) 342.07º 0.92% 0.75% -
XYZ 22.46 11.74 6.55 -
YUV 73.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 190 16 68 0 0.92 0.64 0.25 342.07 0.84 0.4
Hex BE 10 44 0 5C 40 19 156 54 28
Octal 276 20 104 0 134 100 31 526 124 50
Binary 10111110 10000 1000100 0 1011100 1000000 11001 101010110 1010100 101000

Color Harmonies of #BE1044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1044

Black with #BE1044

Text Example


Text Example

White with #BE1044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1044; }

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

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

background-color css

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

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

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

border-color css

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

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

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