Html Css Color HEX #BE0849 Cardinal

📋 copy color: '#BE0849'

red 190 ◦ green 8 ◦ blue 73

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

Shades of Cardinal #BE0849

Tints of Cardinal #BE0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 70.11%
G = 2.95%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE0849 (or 0xBE0849) is known color: Cardinal. HEX triplet: BE, 08 and 49. RGB value is (190,8,73). Sum of RGB (Red+Green+Blue) = 190+8+73=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0849 is #41F7B6. Grayscale: #454545. Windows color (decimal): -4323255 or 4786366. OLE color: 4786366.

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

Color convert

RGB 190 8 73 -
CMYK 0 0.96 0.62 0.25
HSL 338.57º 0.92% 0.39% -
HSV(B) 338.57º 0.96% 0.75% -
XYZ 22.52 11.6 7.36 -
YUV 69.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 190 8 73 0 0.96 0.62 0.25 338.57 0.92 0.39
Hex BE 8 49 0 60 3E 19 153 5C 27
Octal 276 10 111 0 140 76 31 523 134 47
Binary 10111110 1000 1001001 0 1100000 111110 11001 101010011 1011100 100111

Color Harmonies of #BE0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0849

Black with #BE0849

Text Example


Text Example

White with #BE0849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0849; }

 p { color: rgb(190,8,73); }

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

background-color css

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

 a { background-color: rgb(190,8,73); }

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

border-color css

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

 span { border-color: rgb(190,8,73); }

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