Html Css Color HEX #BE0640 Cardinal

📋 copy color: '#BE0640'

red 190 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #BE0640

Tints of Cardinal #BE0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 73.08%
G = 2.31%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0640 (or 0xBE0640) is known color: Cardinal. HEX triplet: BE, 06 and 40. RGB value is (190,6,64). Sum of RGB (Red+Green+Blue) = 190+6+64=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0640 is #41F9BF. Grayscale: #434343. Windows color (decimal): -4323776 or 4196030. OLE color: 4196030.

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

Color convert

RGB 190 6 64 -
CMYK 0 0.97 0.66 0.25
HSL 341.09º 0.94% 0.38% -
HSV(B) 341.09º 0.97% 0.75% -
XYZ 22.23 11.45 5.89 -
YUV 67.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 190 6 64 0 0.97 0.66 0.25 341.09 0.94 0.38
Hex BE 6 40 0 61 42 19 155 5E 26
Octal 276 6 100 0 141 102 31 525 136 46
Binary 10111110 110 1000000 0 1100001 1000010 11001 101010101 1011110 100110

Color Harmonies of #BE0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0640

Black with #BE0640

Text Example


Text Example

White with #BE0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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