Html Css Color HEX #BE1037 Cardinal

📋 copy color: '#BE1037'

red 190 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #BE1037

Tints of Cardinal #BE1037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 72.8%
G = 6.13%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE1037 (or 0xBE1037) is known color: Cardinal. HEX triplet: BE, 10 and 37. RGB value is (190,16,55). Sum of RGB (Red+Green+Blue) = 190+16+55=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1037 is #41EFC8. Grayscale: #484848. Windows color (decimal): -4321225 or 3608766. OLE color: 3608766.

HSL color Cylindrical-coordinate representation of color #BE1037: hue angle of 346.55º 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 #BE1037 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 16 55 -
CMYK 0 0.92 0.71 0.25
HSL 346.55º 0.84% 0.4% -
HSV(B) 346.55º 0.92% 0.75% -
XYZ 22.11 11.59 4.69 -
YUV 72.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 190 16 55 0 0.92 0.71 0.25 346.55 0.84 0.4
Hex BE 10 37 0 5C 47 19 15B 54 28
Octal 276 20 67 0 134 107 31 533 124 50
Binary 10111110 10000 110111 0 1011100 1000111 11001 101011011 1010100 101000

Color Harmonies of #BE1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1037

Black with #BE1037

Text Example


Text Example

White with #BE1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1037; }

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

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

background-color css

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

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

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

border-color css

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

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

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